Update packages in flake

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-07-26 18:49:38 +02:00
parent 789aedaf80
commit 6ea27dedd6
+11 -9
View File
@@ -18,25 +18,23 @@
configFile = "${configDir}/hyprland.lua"; configFile = "${configDir}/hyprland.lua";
runtimePackages = with pkgs; [ runtimePackages = with pkgs; [
swaybg
quickshell
waybar
networkmanagerapplet
blueman
# aus deiner Home-Manager-Konfiguration
wofi wofi
grim grim
swaynotificationcenter swaynotificationcenter
hyprlock
hyprpaper hyprpaper
lxsession lxsession
hyprlock
hyprshot hyprshot
wayvnc wayvnc
pamixer pamixer
pavucontrol pavucontrol
brightnessctl brightnessctl
python313Packages.requests python313Packages.requests
networkmanagerapplet
swaybg
quickshell
waybar
blueman
]; ];
runtimePath = pkgs.lib.makeBinPath runtimePackages; runtimePath = pkgs.lib.makeBinPath runtimePackages;
@@ -69,9 +67,9 @@
wofi wofi
grim grim
swaynotificationcenter swaynotificationcenter
swaylock
hyprpaper hyprpaper
lxsession lxsession
hyprlock
hyprshot hyprshot
wayvnc wayvnc
pamixer pamixer
@@ -79,6 +77,10 @@
brightnessctl brightnessctl
python313Packages.requests python313Packages.requests
networkmanagerapplet networkmanagerapplet
swaybg
quickshell
waybar
blueman
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {