[home] minor update

This commit is contained in:
2024-06-22 20:41:08 +08:00
parent 277139f855
commit 882e727469
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
home.username = "origami"; home.username = "origami";
@@ -98,7 +98,7 @@
"cloc" = "scc"; "cloc" = "scc";
"cat" = "bat"; "cat" = "bat";
"x" = "atool -x"; "x" = "atool -x";
"flake-update" = "nixos-rebuild switch --use-remote-sudo --flake /home/origami/flakes#um790-nix"; "flake-update" = "nixos-rebuild switch --use-remote-sudo --flake ${config.home.homeDirectory}/flakes#um790-nix";
"cl" = "clear"; "cl" = "clear";
}; };
}; };