factorio prep and reorg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user