Moved Hyprland config into a separate folder

This commit is contained in:
2025-05-09 18:39:30 +02:00
parent ecb9c8eed2
commit ca58dfcdf0
6 changed files with 10 additions and 4 deletions

View File

@@ -8,10 +8,7 @@
./kitty.nix
./zoxide.nix
] ++ (if currentSystemDe == "hyprland" then [
./hyprland.nix
./wofi.nix
./hyprlock.nix
./waybar.nix
./hyprland
] else []
);

View File

@@ -0,0 +1,9 @@
{ ... }:
{
imports = [
./hyprland.nix
./hyprlock.nix
./waybar.nix
./wofi.nix
];
}