mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
mate: add icon themes
This commit is contained in:
parent
8f8d308fe1
commit
56345c0ee4
1 changed files with 5 additions and 2 deletions
|
@ -60,7 +60,10 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
environment.systemPackages =
|
||||
environment.systemPackages = [
|
||||
pkgs.hicolor_icon_theme
|
||||
pkgs.mate.mate-icon-theme
|
||||
] ++
|
||||
pkgs.mate.basePackages ++
|
||||
(removePackagesByName
|
||||
pkgs.mate.extraPackages
|
||||
|
@ -73,7 +76,7 @@ in
|
|||
|
||||
services.gnome3.gnome-keyring.enable = true;
|
||||
|
||||
environment.pathsToLink = [ "/share" ];
|
||||
environment.pathsToLink = [ "/share" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue