diff --git a/home/modules/hyprland/config/exec-once.nix b/home/modules/hyprland/config/exec-once.nix index 4856b79..742bb0c 100755 --- a/home/modules/hyprland/config/exec-once.nix +++ b/home/modules/hyprland/config/exec-once.nix @@ -7,6 +7,6 @@ "dunst" "playerctrld" "waybar" - "blueman-manager &" "nm-applet" + "blueman-applet" ] diff --git a/nixos/modules/environment.nix b/nixos/modules/environment.nix index 394e768..f629e00 100755 --- a/nixos/modules/environment.nix +++ b/nixos/modules/environment.nix @@ -8,6 +8,7 @@ pijul sshfs tomb + just virt-manager ; }; diff --git a/profiles/user0/files/justfile b/profiles/user0/files/justfile index bb2295b..f478737 100755 --- a/profiles/user0/files/justfile +++ b/profiles/user0/files/justfile @@ -1,14 +1,5 @@ -ewwEdit: - eww --config /home/nick/dotfiles/home-manager/modules/eww/config/ open centerPanel +safety: + sudo protonvpn c --c CA -ewwLaunch: - ./home/nick/dotfiles/home-manager/modules/eww/config/scripts/master.sh - -gobrrr: - home-manager switch --flake ~/dotfiles#desktop - -gobrrrl: - nixos-rebuild switch --use-remote-sudo --flake /home/nick/dotfiles#desktop - -fuckoff: - shutdown now +rebuild: + nixos-rebuild switch --use-remote-sudo --flake ~/Files/Projects/dotfiles#desktop --show-trace \ No newline at end of file