add background
This commit is contained in:
parent
18f3e7008b
commit
b7ea157145
10
home.nix
10
home.nix
@ -40,4 +40,14 @@
|
|||||||
userName = "Lukas Heiligenbrunner";
|
userName = "Lukas Heiligenbrunner";
|
||||||
userEmail = "lukas.heiligenbrunner@gmail.com";
|
userEmail = "lukas.heiligenbrunner@gmail.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dconf.settings = {
|
||||||
|
"org/gnome/desktop/background" = {
|
||||||
|
picture-uri = "/home/lukas/.background-image";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
home.file.".background-image" = {
|
||||||
|
source = ./resources/background-hogwartslegacy.png;
|
||||||
|
};
|
||||||
}
|
}
|
BIN
resources/background-hogwartslegacy.png
Normal file
BIN
resources/background-hogwartslegacy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 MiB |
Loading…
Reference in New Issue
Block a user