diff options
Diffstat (limited to 'hm/shell')
| -rw-r--r-- | hm/shell/cli.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hm/shell/cli.nix b/hm/shell/cli.nix index 7011d4d..73db375 100644 --- a/hm/shell/cli.nix +++ b/hm/shell/cli.nix @@ -99,9 +99,10 @@ in "disk" "localip" "break" - "colors" + # "colors" ]; }; + # xdg.configFile."fastfetch/config.jsonc".source = config.lib.file.mkOutOfStoreSymlink "../dotfiles/fastfetch/config.jsonc"; }; programs.direnv = { enable = true; @@ -189,6 +190,7 @@ in }; home.packages = with pkgs; [ + entr sd choose doggo |
