Update fred.nix
This commit is contained in:
parent
c900b56eac
commit
c6f61c06fe
1 changed files with 7 additions and 5 deletions
|
|
@ -9,12 +9,14 @@
|
||||||
#
|
#
|
||||||
];
|
];
|
||||||
|
|
||||||
# Download wallpaper from GitHub repo
|
# Download wallpaper from GitHub repo and symlink it
|
||||||
home.file.".local/share/backgrounds/wallpaper.png".source =
|
home.file.".local/share/backgrounds/wallpaper.png".source =
|
||||||
"${builtins.fetchGit {
|
let
|
||||||
|
wallpaperRepo = builtins.fetchGit {
|
||||||
url = "https://github.com/ediblerope/nixos-config";
|
url = "https://github.com/ediblerope/nixos-config";
|
||||||
ref = "main";
|
ref = "main";
|
||||||
}}/walls/wallpaper.png";
|
};
|
||||||
|
in "${wallpaperRepo}/walls/wallpaper.png";
|
||||||
|
|
||||||
# GNOME dconf
|
# GNOME dconf
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue