This commit is contained in:
cy 2024-12-25 00:07:33 -05:00
parent e2c65f5243
commit 9329fb018c

View file

@ -24,7 +24,7 @@
# this is true by default and mutually exclusive with
# programs.nix-index
programs.command-not-found.enable = false;
programs.nix-index.enable = true;
programs.nix-index.enable = false;
users.users.yt.shell = pkgs.zsh;
programs.zsh.enable = true;