Fixed broken icons
This commit is contained in:
parent
a419c28d0d
commit
27f215f02c
6 changed files with 10 additions and 13 deletions
|
@ -35,7 +35,6 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
aa.desktop.addons = {
|
||||
alacritty.enable = true;
|
||||
fonts.enable = true;
|
||||
gammastep.enable = true;
|
||||
mako.enable = true;
|
||||
playerctl.enable = true;
|
||||
|
@ -49,6 +48,8 @@ in {
|
|||
# pamixer
|
||||
};
|
||||
|
||||
aa.system.fonts.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [wl-clipboard];
|
||||
|
||||
aa.home.dataFile = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue