Skip to content

Commit

Permalink
fix(desktop): fixed multi-desktop config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Nov 8, 2023
1 parent 257d0de commit 283ff9c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions modules/desktop/gaming/gaming.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ in

# FSH
steam-run

# Games
minecraft
];

boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_stable;
Expand Down
3 changes: 1 addition & 2 deletions modules/desktop/openbox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
importApp = name: apps.importApp cfg name;

nitrogenConfig = importApp "nitrogen";
terminalConfig = importApp "kitty";
terminalConfig = importApp "alacritty";
rofiConfig = importApp "rofi";
xautolockConfig = importApp "xautolock";
in {
Expand Down Expand Up @@ -69,7 +69,6 @@ in {
enable = true;

windowManager.openbox.enable = true;
displayManager.defaultSession = "none+openbox";
};
}
]);
Expand Down
1 change: 0 additions & 1 deletion modules/desktop/qtile.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ in
enable = true;

windowManager.qtile.enable = true;
displayManager.defaultSession = "none+qtile";
};
}
]);
Expand Down

0 comments on commit 283ff9c

Please sign in to comment.