diff --git a/modules/optionnals/desktop/config/etc/xdg/hypr/hyprland-work-nix.conf b/modules/optionnals/desktop/config/etc/xdg/hypr/hyprland-work-nix.conf index 77ba2be..b73ab75 100644 --- a/modules/optionnals/desktop/config/etc/xdg/hypr/hyprland-work-nix.conf +++ b/modules/optionnals/desktop/config/etc/xdg/hypr/hyprland-work-nix.conf @@ -15,3 +15,5 @@ workspace = 6, monitor:DP-5 workspace = 7, monitor:eDP-1 workspace = 8, monitor:eDP-1 workspace = 9, monitor:eDP-1 + +exec-once = systemctl --user restart nm-applet.service diff --git a/modules/optionnals/desktop/config/etc/xdg/hypr/hyprland.conf b/modules/optionnals/desktop/config/etc/xdg/hypr/hyprland.conf index f44d5ff..c80cd6e 100644 --- a/modules/optionnals/desktop/config/etc/xdg/hypr/hyprland.conf +++ b/modules/optionnals/desktop/config/etc/xdg/hypr/hyprland.conf @@ -20,8 +20,9 @@ source = /etc/xdg/hypr/rofi.conf ### AUTOSTART ### ################# -exec-once = waybar & exec-once = hyprpaper +exec-once = waybar + ############################# ### ENVIRONMENT VARIABLES ### diff --git a/modules/optionnals/hosts/home-nix.nix b/modules/optionnals/hosts/home-nix.nix index 6480025..1c7d69a 100644 --- a/modules/optionnals/hosts/home-nix.nix +++ b/modules/optionnals/hosts/home-nix.nix @@ -54,7 +54,7 @@ "217.182.138.218" ]; extraHosts = '' - 172.18.21.172 errorpages.grandbesancon.fr + 172.18.21.172 errorpages.grandbesancon.fr #172.18.23.4 dozzle.grandbesancon.fr #172.18.22.206 toto.grandbesancon.fr #172.18.229.3 sso.grandbesancon.fr diff --git a/modules/optionnals/hosts/work-nix.nix b/modules/optionnals/hosts/work-nix.nix index e40a88d..44966b6 100644 --- a/modules/optionnals/hosts/work-nix.nix +++ b/modules/optionnals/hosts/work-nix.nix @@ -28,5 +28,5 @@ ]; networking.wireless.iwd.enable = true; - + programs.nm-applet.enable = true; }