improve interface for work-nix (nmapplet)

This commit is contained in:
Jérémie SALVI
2025-10-08 10:47:07 +02:00
parent f3300382c3
commit abf22d0216
4 changed files with 6 additions and 3 deletions

View File

@@ -15,3 +15,5 @@ workspace = 6, monitor:DP-5
workspace = 7, monitor:eDP-1 workspace = 7, monitor:eDP-1
workspace = 8, monitor:eDP-1 workspace = 8, monitor:eDP-1
workspace = 9, monitor:eDP-1 workspace = 9, monitor:eDP-1
exec-once = systemctl --user restart nm-applet.service

View File

@@ -20,8 +20,9 @@ source = /etc/xdg/hypr/rofi.conf
### AUTOSTART ### ### AUTOSTART ###
################# #################
exec-once = waybar &
exec-once = hyprpaper exec-once = hyprpaper
exec-once = waybar
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###

View File

@@ -28,5 +28,5 @@
]; ];
networking.wireless.iwd.enable = true; networking.wireless.iwd.enable = true;
programs.nm-applet.enable = true;
} }