Add gitignore with profile.nix, no local nix files in repo
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
*.log
|
*.log
|
||||||
result
|
result
|
||||||
|
profile.nix
|
||||||
|
|||||||
@@ -9,4 +9,24 @@ in
|
|||||||
hyprFlake.homeManagerModules.default
|
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
|
||||||
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user