mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 12:16:32 +03:00
19 lines
250 B
Nix
19 lines
250 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
environment = {
|
|
systemPackages = with pkgs; [
|
|
#qogir-kde
|
|
#qogir-theme
|
|
#whitesur-cursors
|
|
qogir-icon-theme
|
|
whitesur-gtk-theme
|
|
whitesur-icon-theme
|
|
whitesur-kde
|
|
];
|
|
};
|
|
}
|