feat(gnome): add adw-gtk3
This commit is contained in:
parent
67376b63b0
commit
a097bd216d
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@
|
||||||
programs.ssh.startAgent = lib.mkForce false;
|
programs.ssh.startAgent = lib.mkForce false;
|
||||||
|
|
||||||
environment = with pkgs; {
|
environment = with pkgs; {
|
||||||
systemPackages = [ gnome-tweaks ];
|
systemPackages = [
|
||||||
|
adw-gtk3
|
||||||
|
gnome-tweaks
|
||||||
|
];
|
||||||
|
|
||||||
gnome.excludePackages = [
|
gnome.excludePackages = [
|
||||||
gnome-tour
|
gnome-tour
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue