This commit is contained in:
2025-04-29 14:05:18 -05:00
parent 085e0ed666
commit 944e5b868e
9 changed files with 101 additions and 2 deletions

5
modules/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{
imports = [
./desktop
];
}

View File

@@ -0,0 +1,5 @@
{
imports = [
./hyprland
];
}

View File

@@ -0,0 +1,5 @@
{
imports = [
./hyprland.nix
];
}

View File

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