Compare commits

..

No commits in common. "444539ac0844d4ba38db2b5ad65685cd918da85f" and "a622850e2d86196e8f19283d5a0add16f45ac715" have entirely different histories.

2 changed files with 19 additions and 1 deletions

View file

@ -16,6 +16,23 @@ with lib.hm.gvariant;
];
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" = {
close = [ "<Super>q" ];
toggle-on-all-workspaces = [ "<Super>s" ];

View file

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