Files
nixos/system/modules/theme.nix

11 lines
151 B
Nix
Raw Normal View History

2026-02-22 19:54:17 +00:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gnome3.adwaita-icon-theme
glib
gsettings-desktop-schemas
nwg-look
];
}