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