mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
20 lines
257 B
Nix
20 lines
257 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
environment = {
|
|
systemPackages = with pkgs; [
|
|
whitesur-gtk-theme
|
|
whitesur-icon-theme
|
|
#whitesur-cursors
|
|
whitesur-kde
|
|
qogir-icon-theme
|
|
#qogir-theme
|
|
#qogir-kde
|
|
];
|
|
};
|
|
}
|