home / hosts | refactor sway config + general refactor
This commit is contained in:
parent
8538b25027
commit
6e7009451f
11 changed files with 403 additions and 44 deletions
|
|
@ -4,13 +4,9 @@
|
|||
./hardware-configuration.nix
|
||||
# ../disko/sda.nix
|
||||
../workstation
|
||||
../workstation/kvm.nix
|
||||
../workstation/games
|
||||
../wm
|
||||
../../home/work
|
||||
../../home/gui/gnome-calenar.nix
|
||||
];
|
||||
networking.hostName = "smaug";
|
||||
variables.swayScale = "0.75";
|
||||
|
||||
roles = {
|
||||
citrix.enable = false;
|
||||
|
|
@ -21,7 +17,7 @@
|
|||
games.enable = true;
|
||||
wine.enable = false;
|
||||
tlp.enable = true;
|
||||
gnome-calendar.enable = false;
|
||||
gnome-calendar.enable = true;
|
||||
};
|
||||
wm = {
|
||||
sway.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue