Compare commits

...

2 commits

Author SHA1 Message Date
444539ac08
gnome: keep background unmanaged 2025-01-24 11:39:09 +01:00
cdbc6d6a9e
Remove unused package 2025-01-24 11:38:58 +01:00
2 changed files with 1 additions and 19 deletions

View file

@ -16,23 +16,6 @@ with lib.hm.gvariant;
]; ];
dconf.settings = { dconf.settings = {
"org/gnome/desktop/background" = {
color-shading-type = "solid";
picture-options = "zoom";
picture-uri = "file:///run/current-system/sw/share/backgrounds/gnome/vnc-l.png";
picture-uri-dark = "file:///run/current-system/sw/share/backgrounds/gnome/vnc-d.png";
primary-color = "#77767B";
secondary-color = "#000000";
};
"org/gnome/desktop/screensaver" = {
color-shading-type = "solid";
picture-options = "zoom";
picture-uri = "file:///run/current-system/sw/share/backgrounds/gnome/vnc-l.png";
primary-color = "#77767B";
secondary-color = "#000000";
};
"org/gnome/desktop/wm/keybindings" = { "org/gnome/desktop/wm/keybindings" = {
close = [ "<Super>q" ]; close = [ "<Super>q" ];
toggle-on-all-workspaces = [ "<Super>s" ]; toggle-on-all-workspaces = [ "<Super>s" ];

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: { pkgs, ... }:
{ {
patagia = { patagia = {
desktop.enable = true; desktop.enable = true;
@ -14,7 +14,6 @@
pavucontrol pavucontrol
plexamp plexamp
signal-desktop signal-desktop
supersonic-wayland
]; ];
xdg.desktopEntries = { xdg.desktopEntries = {