nix-conf/system/modules/theme.nix
2024-03-29 12:01:14 +04:00

11 lines
177 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gnome3.adwaita-icon-theme # default gnome cursors
glib
gsettings-desktop-schemas
nwg-look
];
}