Change from Gnome to Sway

This commit is contained in:
Greg Hellings
2024-02-26 11:39:56 -06:00
parent cedf3fa4e6
commit 01961ca374
14 changed files with 217 additions and 127 deletions
+3 -4
View File
@@ -1,4 +1,4 @@
{ pkgs, lib, gui, gnome,
{ pkgs, lib,
inputs,
host ? "most",
...}:
@@ -15,11 +15,9 @@
./vim.nix
./xonsh.nix
./hosts/${host}
] ++ ( if gui then [ ./gui ] else []);
];
greg.gnome = gnome;
programs.tmux = {
enable = true;
keyMode = "vi";
@@ -54,5 +52,6 @@
tree
unzip
wget
zip
];
}