1
Fork 0

feat: upgraded alacritty theme

This commit is contained in:
Matei Adriel 2021-12-02 19:57:32 +02:00
parent 8a3f2190c5
commit e80af53fd8
3 changed files with 12 additions and 4 deletions
modules/applications/shells

View file

@ -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;
};