6 lines
93 B
Nix
6 lines
93 B
Nix
{
|
|
home.packages = with pkgs; [
|
|
gruvbox-dark-icons-gtk
|
|
libsForQt5.breeze-gtk
|
|
];
|
|
}
|