mod: remove unmaintained packages

This commit is contained in:
2026-06-10 19:47:05 -04:00
parent 4c29cc3bfc
commit c89fc1366d
3 changed files with 5 additions and 4 deletions

View File

@@ -198,8 +198,8 @@ bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous bindsym XF86AudioPrev exec playerctl previous
bindsym XF86MonBrightnessUp exec light -A 5 bindsym XF86MonBrightnessUp exec brightnessctl set +5%
bindsym XF86MonBrightnessDown exec light -U 5 bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
### Lock the screen ### Lock the screen
bindsym $mod+Ctrl+q 'swaylock -f -i /home/wyatt/.wallpaper/.wallpaper_lock.png' bindsym $mod+Ctrl+q 'swaylock -f -i /home/wyatt/.wallpaper/.wallpaper_lock.png'

View File

@@ -57,7 +57,7 @@ in {
grim grim
slurp slurp
playerctl playerctl
light # light - UNMAINTAINED, brightnessctl is the replacement
brightnessctl brightnessctl
wttrbar wttrbar
cliphist cliphist

View File

@@ -6,6 +6,7 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
helvum # helvum - UNMAINTAINED
crosspipe
]; ];
} }