factorio prep and reorg

This commit is contained in:
2024-10-17 23:56:09 -04:00
parent 49220edd9a
commit 385c0ff0c1
6 changed files with 177 additions and 167 deletions

View File

@@ -6,7 +6,10 @@
...
}:
{
imports = [ ./gui.nix ];
imports = [
./gui.nix
./progs/niri.nix
];
home.packages = with pkgs; [
wdisplays
@@ -16,7 +19,7 @@
# manage bluetooth devices
blueman
niri
xwayland-satellite-unstable
];
# bluetooth manager
@@ -28,11 +31,6 @@
package = pkgs.dunst;
};
# window manager
programs.niri = {
settings = import ./progs/niri.nix { inherit config pkgs homeDirectory; };
};
programs.swaylock = {
enable = true;
settings = import ./progs/swaylock.nix;