mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Moved Hyprland config into a separate folder
This commit is contained in:
@@ -8,10 +8,7 @@
|
|||||||
./kitty.nix
|
./kitty.nix
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
] ++ (if currentSystemDe == "hyprland" then [
|
] ++ (if currentSystemDe == "hyprland" then [
|
||||||
./hyprland.nix
|
./hyprland
|
||||||
./wofi.nix
|
|
||||||
./hyprlock.nix
|
|
||||||
./waybar.nix
|
|
||||||
] else []
|
] else []
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
9
home/hyprland/default.nix
Normal file
9
home/hyprland/default.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./hyprland.nix
|
||||||
|
./hyprlock.nix
|
||||||
|
./waybar.nix
|
||||||
|
./wofi.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user