Added hyprland to pegasus

This commit is contained in:
2024-08-14 15:51:48 -03:00
parent 85ed26bb80
commit 82f0558c68
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ in {
../../modules/virtualization.nix
../../modules/harden.nix
../../modules/kde.nix
../../modules/hyprland.nix
];
# Set networking

5
modules/hyprland.nix Normal file
View File

@@ -0,0 +1,5 @@
{...}: {
programs.hyprland = {
enable = true;
};
}