changed home.nix to set wallpaper image
This commit is contained in:
parent
8160143986
commit
94b91c9449
1 changed files with 10 additions and 0 deletions
|
@ -93,6 +93,16 @@
|
|||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
# Set Wallpaper
|
||||
"org/gnome/desktop/background" = {
|
||||
"picture-uri" = "/home/elias/.background-image";
|
||||
"picture-uri-dark" = "/home/elias/.background-image";
|
||||
};
|
||||
};
|
||||
|
||||
# Create Wallpaper file for use with GNOME Dconf settings
|
||||
home.file.".background-image" = {
|
||||
source = ./files/wallpaper.png;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue