nixos-conf/machine-confs/lithium.nix

20 lines
253 B
Nix
Raw Normal View History

2024-07-11 16:43:26 +03:00
{
config,
pkgs,
lib,
...
}:
{
networking = {
hostName = "lithium";
imports = [
../base.nix
../users/vili.nix
../desktop.nix
../development.nix
../services/redshift.nix
../hardware-specific/usb-automount.nix
];
}