major DESKTOP changes
This commit is contained in:
+8
-4
@@ -3,8 +3,12 @@
|
||||
myConfig,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[
|
||||
]
|
||||
++ [lib.optionals (myConfig.linux.apps.gaming == true)];
|
||||
imports = [
|
||||
../packages/hyprland/default.nix
|
||||
../packages/hypridle/default.nix
|
||||
../packages/hyprlock/default.nix
|
||||
../packages/rofi/default.nix
|
||||
../packages/matugen/default.nix
|
||||
../packages/swww/default.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user