website: try if this works
This commit is contained in:
parent
68038b735f
commit
df48a245ba
8 changed files with 331 additions and 182 deletions
|
@ -18,6 +18,8 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
catppuccin.fish.enable = true;
|
||||
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
|
|
|
@ -16,6 +16,7 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
catppuccin.starship.enable = true;
|
||||
programs = {
|
||||
fish.shellInit = "
|
||||
starship init fish | source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue