mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07: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…
Add table
Add a link
Reference in a new issue