hyprland stuff

This commit is contained in:
mjallen18
2024-08-15 15:28:18 -05:00
parent 9410b323bf
commit d86a1d34c1
38 changed files with 1752 additions and 307 deletions

View File

@@ -17,10 +17,13 @@ in
# Enable nix flakes and nix-command tools
nix = {
settings.experimental-features = [
"nix-command"
"flakes"
];
settings = {
warn-dirty = false;
experimental-features = [
"nix-command"
"flakes"
];
};
# Garbage collect automatically every week
gc.automatic = lib.mkDefault true;