From 1b0dcd28636f6c0e09b1ed96f7807b50b27a0289 Mon Sep 17 00:00:00 2001 From: biscuit Date: Mon, 19 May 2025 18:12:57 -0500 Subject: [PATCH] nix: removed impure --- pkgs/zsh/biscuit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/zsh/biscuit.nix b/pkgs/zsh/biscuit.nix index b9311c5..e236020 100644 --- a/pkgs/zsh/biscuit.nix +++ b/pkgs/zsh/biscuit.nix @@ -31,7 +31,7 @@ shellAliases = { ll = "ls -l"; upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit"; - hupd = "home-manager switch --flake ~/Nixos/#biscuit --impure"; + hupd = "home-manager switch --flake ~/Nixos/#biscuit"; agu = "pkill gjs & ags run ~/Nixos/packages/ags/custom/app.ts &"; }; history.size = 10000;