Add nm-applet, update-boot
This commit is contained in:
parent
7a48cafe31
commit
e867d42fd8
4 changed files with 4 additions and 0 deletions
|
@ -172,6 +172,7 @@
|
||||||
pkgs.tailscale
|
pkgs.tailscale
|
||||||
pkgs.wayland
|
pkgs.wayland
|
||||||
pkgs.docker-compose
|
pkgs.docker-compose
|
||||||
|
pkgs.networkmanagerapplet
|
||||||
#pkgs.sway
|
#pkgs.sway
|
||||||
inputs.agenix.packages."${pkgs.system}".default
|
inputs.agenix.packages."${pkgs.system}".default
|
||||||
pkgs.vlc
|
pkgs.vlc
|
||||||
|
|
1
home.nix
1
home.nix
|
@ -172,6 +172,7 @@
|
||||||
shellAliases = {
|
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 = "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-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";
|
garbage = "nix-collect-garbage";
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
|
|
@ -28,6 +28,7 @@ env = KUBECONFIG,/home/insert/Desktop/k3s.yaml
|
||||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||||
env = XCURSOR_THEME,Catppuccin-Frappe-Blue-Cursors
|
env = XCURSOR_THEME,Catppuccin-Frappe-Blue-Cursors
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
exec-once = nm-applet
|
||||||
exec-once = systemctl --user start polkit-gnome-authentication-agent-1
|
exec-once = systemctl --user start polkit-gnome-authentication-agent-1
|
||||||
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
|
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
|
||||||
exec-once = watch waybar
|
exec-once = watch waybar
|
||||||
|
|
|
@ -69,6 +69,7 @@ env = KUBECONFIG,/home/insert/Desktop/k3s.yaml
|
||||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||||
env = XCURSOR_THEME,Catppuccin-Frappe-Blue-Cursors
|
env = XCURSOR_THEME,Catppuccin-Frappe-Blue-Cursors
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
exec-once = nm-applet
|
||||||
exec-once = systemctl --user start polkit-gnome-authentication-agent-1
|
exec-once = systemctl --user start polkit-gnome-authentication-agent-1
|
||||||
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
|
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
|
||||||
exec-once = watch waybar
|
exec-once = watch waybar
|
||||||
|
|
Loading…
Reference in a new issue