Add initial lithium config
This commit is contained in:
parent
a985605a51
commit
2332182200
1 changed files with 19 additions and 0 deletions
19
machine-confs/lithium.nix
Normal file
19
machine-confs/lithium.nix
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
networking = {
|
||||||
|
hostName = "lithium";
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
../base.nix
|
||||||
|
../users/vili.nix
|
||||||
|
../desktop.nix
|
||||||
|
../development.nix
|
||||||
|
../services/redshift.nix
|
||||||
|
../hardware-specific/usb-automount.nix
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue