feat(gui): add gtk themes
This commit is contained in:
parent
3618a1e7ec
commit
4af7c3b33d
|
@ -24,6 +24,12 @@ in {
|
|||
};
|
||||
users.adminGroups = mkIf gui [ "video" ];
|
||||
|
||||
# themes and icons
|
||||
environment.systemPackages = with pkgs; [
|
||||
whitesur-gtk-theme whitesur-icon-theme
|
||||
bibata-cursors
|
||||
];
|
||||
|
||||
services.xserver.displayManager.sessionPackages =
|
||||
mkIf gui [ (pkgs.writeTextFile {
|
||||
name = "sway-session";
|
||||
|
|
Loading…
Reference in a new issue