home(gui): add gtk themes
This commit is contained in:
parent
5725b330e3
commit
bb58009aea
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ in {
|
||||||
};
|
};
|
||||||
users.adminGroups = mkIf gui [ "video" ];
|
users.adminGroups = mkIf gui [ "video" ];
|
||||||
|
|
||||||
|
# themes and icons
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
whitesur-gtk-theme whitesur-icon-theme
|
||||||
|
bibata-cursors
|
||||||
|
];
|
||||||
|
|
||||||
services.xserver.displayManager.sessionPackages =
|
services.xserver.displayManager.sessionPackages =
|
||||||
mkIf gui [ (pkgs.writeTextFile {
|
mkIf gui [ (pkgs.writeTextFile {
|
||||||
name = "sway-session";
|
name = "sway-session";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue