diff --git a/modules/optionnals/desktop/code.nix b/modules/optionnals/desktop/code.nix index 2d979e2..bdfc912 100644 --- a/modules/optionnals/desktop/code.nix +++ b/modules/optionnals/desktop/code.nix @@ -79,6 +79,7 @@ in pkgs.vscode-extensions.catppuccin.catppuccin-vsc-icons pkgs.vscode-extensions.jnoortheen.nix-ide pkgs.vscode-extensions.redhat.ansible + pkgs.vscode-extensions.redhat.vscode-yaml pkgs.vscode-extensions.ms-azuretools.vscode-docker pkgs.vscode-extensions.mads-hartmann.bash-ide-vscode ] 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 bc08532..c9d1a75 100644 --- a/modules/optionnals/hosts/home-nix.nix +++ b/modules/optionnals/hosts/home-nix.nix @@ -55,7 +55,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; }