diff --git a/configuration.nix b/configuration.nix index 0f105be..f46f128 100644 --- a/configuration.nix +++ b/configuration.nix @@ -172,6 +172,7 @@ pkgs.tailscale pkgs.wayland pkgs.docker-compose + pkgs.networkmanagerapplet #pkgs.sway inputs.agenix.packages."${pkgs.system}".default pkgs.vlc diff --git a/home.nix b/home.nix index 079bc16..7df44c2 100644 --- a/home.nix +++ b/home.nix @@ -172,6 +172,7 @@ shellAliases = { update = "sudo nixos-rebuild switch --flake /home/insert/Documents/nixos# -v --impure --upgrade --option commit-lockfile-summary 'Update flake.lock' --commit-lock-file"; update-locked = "sudo nixos-rebuild switch --flake /home/insert/Documents/nixos# -v --impure"; + update-boot = "sudo nixos-rebuild boot --flake /home/insert/Documents/nixos# -v --impure"; garbage = "nix-collect-garbage"; }; initExtra = '' diff --git a/special/insertlaptop.nix b/special/insertlaptop.nix index c6abcf9..e950f47 100644 --- a/special/insertlaptop.nix +++ b/special/insertlaptop.nix @@ -28,6 +28,7 @@ env = KUBECONFIG,/home/insert/Desktop/k3s.yaml env = QT_QPA_PLATFORMTHEME,qt5ct env = XCURSOR_THEME,Catppuccin-Frappe-Blue-Cursors env = XCURSOR_SIZE,24 +exec-once = nm-applet exec-once = systemctl --user start polkit-gnome-authentication-agent-1 #exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24 exec-once = watch waybar diff --git a/special/insertpclinux.nix b/special/insertpclinux.nix index 314b766..c914590 100644 --- a/special/insertpclinux.nix +++ b/special/insertpclinux.nix @@ -69,6 +69,7 @@ env = KUBECONFIG,/home/insert/Desktop/k3s.yaml env = QT_QPA_PLATFORMTHEME,qt5ct env = XCURSOR_THEME,Catppuccin-Frappe-Blue-Cursors env = XCURSOR_SIZE,24 +exec-once = nm-applet exec-once = systemctl --user start polkit-gnome-authentication-agent-1 #exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24 exec-once = watch waybar