feat: add some packages for work laptop & change hyprland lock keybind

This commit is contained in:
Xavier Morel
2025-07-16 17:40:47 +02:00
parent 4ae16648e5
commit 8db9f2f154
2 changed files with 5 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ bindd = , XF86AudioPrev, Previous track, exec, playerctl previous
bindel = , XF86MonBrightnessUp, exec, brightnessctl s +5% #Increases brightness 5% bindel = , XF86MonBrightnessUp, exec, brightnessctl s +5% #Increases brightness 5%
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 5%- #Decreases brightness 5% bindel = , XF86MonBrightnessDown, exec, brightnessctl s 5%- #Decreases brightness 5%
bindd = $mainMod SHIFT, P, Runs the calculator application, exec, gnome-calculator bindd = $mainMod SHIFT, P, Runs the calculator application, exec, gnome-calculator
bindd = $mainMod, L, Lock the screen, exec, swaylock-fancy -e -K -p 10 -f Hack-Regular bindd = $mainMod SHIFT, L, Lock the screen, exec, swaylock-fancy -e -K -p 10 -f Hack-Regular
bindd = $mainMod, O, Reload/restarts Waybar, exec, killall -SIGUSR2 waybar bindd = $mainMod, O, Reload/restarts Waybar, exec, killall -SIGUSR2 waybar
# ======= Window Actions ======= # ======= Window Actions =======

View File

@@ -19,12 +19,15 @@
packages = with pkgs; [ packages = with pkgs; [
devenv devenv
lazyjj lazyjj
slack
tailscale-systray tailscale-systray
tree tree
slack ungoogled-chromium
xfce.thunar xfce.thunar
xfce.thunar-archive-plugin xfce.thunar-archive-plugin
xfce.thunar-volman xfce.thunar-volman
yt-dlp
vial
]; ];
file.".config/nvim" = { file.".config/nvim" = {
source = ../../dotfiles/nvim; source = ../../dotfiles/nvim;