feat: remove hyprland
This commit is contained in:
parent
d601262749
commit
48b35271c7
9 changed files with 3 additions and 619 deletions
|
|
@ -2,14 +2,11 @@
|
|||
|
||||
imports = with lib; with nixosConfig.bchmnn;
|
||||
optionals gui.enable [
|
||||
./ags
|
||||
./cursor.nix
|
||||
./gtk.nix
|
||||
./programs
|
||||
] ++ optionals (gui.enable && elem "sway" gui.flavour) [
|
||||
./sway
|
||||
] ++ optionals (gui.enable && elem "Hyprland" gui.flavour) [
|
||||
./hyprland
|
||||
] ++ optionals (gui.enable && elem "i3" gui.flavour) [
|
||||
./i3
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue