aboutsummaryrefslogtreecommitdiff
path: root/home/shell/aliases.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-12 19:56:53 -0700
committerFranck Cuny <franck@fcuny.net>2023-03-12 19:56:53 -0700
commitea14b176251737b6a2bc2d0bcdc2b2432d1cd6aa (patch)
treef573477a6199af61c4deade58394852595241c33 /home/shell/aliases.nix
parenthome/yubikey: install (and run) yubikey-touch-detector (diff)
downloadinfra-ea14b176251737b6a2bc2d0bcdc2b2432d1cd6aa.tar.gz
home/shell: aliases and cleaner prompt
Diffstat (limited to '')
-rw-r--r--home/shell/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/shell/aliases.nix b/home/shell/aliases.nix
index 1759b3c..ed15a23 100644
--- a/home/shell/aliases.nix
+++ b/home/shell/aliases.nix
@@ -4,4 +4,5 @@
pkgsearch = "nix search nixpkgs";
hms = "home-manager switch --flake .";
nr = "sudo nixos-rebuild switch --flake .";
+ flup = "nix flake update --commit-lock-file";
}