options to settings
This commit is contained in:
@@ -33,7 +33,7 @@ in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules.nix
|
||||
./options.nix
|
||||
./settings.nix
|
||||
];
|
||||
|
||||
networking.hostName = "toothpc";
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
accounts = {
|
||||
username = "toothpick";
|
||||
mail = "place@holder";
|
||||
sshUser = "toothpc";
|
||||
};
|
||||
monitors = [
|
||||
{
|
||||
name = "DVI-D-1";
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
refreshRate = 144;
|
||||
workspace = "1";
|
||||
}
|
||||
];
|
||||
theme = {
|
||||
background = {
|
||||
lockscreen = "wallpaper_2";
|
||||
desktop = "wallpaper_1";
|
||||
};
|
||||
};
|
||||
}
|
||||
24
hosts/toothpc/settings.nix
Normal file
24
hosts/toothpc/settings.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
settings = {
|
||||
accounts = {
|
||||
username = "toothpick";
|
||||
mail = "place@holder";
|
||||
sshUser = "toothpc";
|
||||
};
|
||||
monitors = [
|
||||
{
|
||||
name = "DVI-D-1";
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
refreshRate = 144;
|
||||
workspace = "1";
|
||||
}
|
||||
];
|
||||
theme = {
|
||||
background = {
|
||||
lockscreen = "wallpaper_2";
|
||||
desktop = "wallpaper_1";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user