Add gitwatch

This commit is contained in:
2026-01-05 06:38:17 +01:00
parent 9d5b8eff9c
commit e48e85efca
8 changed files with 100 additions and 23 deletions

View File

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