mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
refactor: make fish overrideable using mkdefault
This commit is contained in:
parent
79ce8d824b
commit
1155a2f1a9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
useTheme = "gruvbox";
|
useTheme = "gruvbox";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = pkgs.lib.mkDefault {
|
||||||
enable = true;
|
enable = true;
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
catppuccin.flavor = "mocha";
|
catppuccin.flavor = "mocha";
|
||||||
|
|
Loading…
Reference in a new issue