Compare commits
2 commits
a622850e2d
...
444539ac08
Author | SHA1 | Date | |
---|---|---|---|
444539ac08 | |||
cdbc6d6a9e |
2 changed files with 1 additions and 19 deletions
home
|
@ -16,23 +16,6 @@ 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" ];
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
patagia = {
|
||||
desktop.enable = true;
|
||||
|
@ -14,7 +14,6 @@
|
|||
pavucontrol
|
||||
plexamp
|
||||
signal-desktop
|
||||
supersonic-wayland
|
||||
];
|
||||
|
||||
xdg.desktopEntries = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue