summaryrefslogtreecommitdiff
path: root/nixos/modules/system/users
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/users')
-rw-r--r--nixos/modules/system/users/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/system/users/default.nix b/nixos/modules/system/users/default.nix
index 6eafd7c..d795a64 100644
--- a/nixos/modules/system/users/default.nix
+++ b/nixos/modules/system/users/default.nix
@@ -41,6 +41,8 @@
shellAliases = {
ls = "eza -al --icons=auto";
ll = "eza -al --icons=auto";
+ fs = "fastfetch";
+ hf = "hyfetch";
sudo = "doas";
open = "xdg-open";
};