From e124970fea36b9bac5c1033ab7548418bc54bb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Sun, 26 Jul 2026 19:57:12 +0200 Subject: [PATCH] Add gitignore with profile.nix, no local nix files in repo --- .gitignore | 1 + .../window-manager/hyprlua.nix | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 2bf2909..0189c39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.log result +profile.nix diff --git a/desktop-environment/window-manager/hyprlua.nix b/desktop-environment/window-manager/hyprlua.nix index fcc1355..a9c4867 100644 --- a/desktop-environment/window-manager/hyprlua.nix +++ b/desktop-environment/window-manager/hyprlua.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 + ]; + }