feat: upgraded alacritty theme
This commit is contained in:
parent
8a3f2190c5
commit
e80af53fd8
3 changed files with 12 additions and 4 deletions
modules/applications/shells
|
@ -6,7 +6,7 @@ in {
|
|||
home-manager.users.adrielus.programs.fish = {
|
||||
inherit shellAliases;
|
||||
shellInit = common.shellInit;
|
||||
plugins = [ fishPlugins.z fishThemes.agnoster ];
|
||||
plugins = with pkgs; [ z agnoster ];
|
||||
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue