This commit is contained in:
2026-06-06 21:07:49 +02:00
parent 2802cfe28d
commit 1f6e685639
5 changed files with 71 additions and 40 deletions
@@ -6,7 +6,6 @@
with lib.hm.gvariant;
{
home.packages = with pkgs; [
papirus-icon-theme
gnomeExtensions.paperwm
gnomeExtensions.app-hider
gnomeExtensions.dash-to-panel
@@ -49,17 +48,10 @@ with lib.hm.gvariant;
};
"org/gnome/desktop/interface" = {
icon-theme = "Papirus";
accent-color = "teal";
color-scheme = "prefer-dark";
};
"org/gnome/desktop/background" = {
picture-options = "zoom";
picture-uri = "file://" + ./walls.jpg;
picture-uri-dark = "file://" + ./walls.jpg;
};
"org/gnome/shell/extensions/dash-to-panel" = {
prefs-opened = false;