make fish common

This commit is contained in:
cy 2024-12-23 11:39:48 -05:00
parent 8d0314e0aa
commit e7c389f859
7 changed files with 7 additions and 11 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{pkgs, ... }:
{
nix = {
settings = {
@ -24,9 +24,8 @@
# this is true by default and mutually exclusive with
# programs.nix-index
programs.command-not-found.enable = false;
programs.nix-index = {
enable = true;
enableZshIntegration = true;
};
programs.nix-index.enable = true;
users.users.yt.shell = pkgs.fish;
programs.fish.enable = true;
}