Add gitignore with profile.nix, no local nix files in repo

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-07-26 19:57:12 +02:00
parent f172fac2a3
commit e124970fea
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
*.log
result
profile.nix
@@ -9,4 +9,24 @@ in
hyprFlake.homeManagerModules.default
];
home-packages = with pkgs; [
wofi
grim
swaynotificationcenter
hyprpaper
lxsession
hyprlock
hyprshot
wayvnc
pamixer
pavucontrol
brightnessctl
python313Packages.requests
networkmanagerapplet
swaybg
quickshell
waybar
blueman
];
}