Wallpaper : Remove and replace with a black background.
This commit is contained in:
parent
c5a66aef11
commit
d667fabfd1
|
@ -131,7 +131,6 @@
|
|||
./module/common/Swap.nix
|
||||
./module/common/Tmux.nix
|
||||
./module/common/Users.nix
|
||||
./module/common/Wallpaper.nix
|
||||
./module/common/YtDlp.nix
|
||||
./user/Root.nix
|
||||
];
|
||||
|
|
|
@ -72,9 +72,7 @@ in {
|
|||
|
||||
"org/gnome/desktop/background" = {
|
||||
color-shading-type = "solid";
|
||||
picture-options = "zoom";
|
||||
picture-uri = "file:///etc/wallpaper/Forest.jpg";
|
||||
picture-uri-dark = "file:///etc/wallpaper/Forest.jpg";
|
||||
picture-options = "none";
|
||||
primary-color = "#000000000000";
|
||||
secondary-color = "#000000000000";
|
||||
};
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{ ... }: {
|
||||
environment.etc.wallpaper.source = ./wallpaper;
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 210 KiB |
Loading…
Reference in a new issue