Add Hyprland Toggle

This commit is contained in:
2026-01-05 06:05:30 +01:00
parent 0fc4f4645e
commit 9d5b8eff9c
6 changed files with 62 additions and 35 deletions

View File

@@ -15,6 +15,6 @@ let
b.map (f: ./${f});
in
{
imports = module_files;
imports = module_files ++ [./hyprland];
nixpkgs.config.allowUnfree = true;
}