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