nix-conf/system/modules/theme.nix
2024-12-12 10:57:27 +08:00

11 lines
169 B
Nix

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