mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
replace included wallpapers with input reference
This commit is contained in:
parent
efac9b98f7
commit
e69dd6a98e
19
flake.lock
19
flake.lock
@ -78,7 +78,24 @@
|
|||||||
"darwin": "darwin",
|
"darwin": "darwin",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nur": "nur"
|
"nur": "nur",
|
||||||
|
"wallpapers": "wallpapers"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"wallpapers": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1653239252,
|
||||||
|
"narHash": "sha256-Fiw5P+XULgqlLRGf+GKaRZ+Nw0UIx5TaYa7ipiA0+X4=",
|
||||||
|
"owner": "exorcist365",
|
||||||
|
"repo": "wallpapers",
|
||||||
|
"rev": "4e0a72a8d67264e58fa0424693fd93cb24bc527c",
|
||||||
|
"type": "gitlab"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "exorcist365",
|
||||||
|
"repo": "wallpapers",
|
||||||
|
"type": "gitlab"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
10
flake.nix
10
flake.nix
@ -23,9 +23,15 @@
|
|||||||
# Community packages; used for Firefox extensions
|
# Community packages; used for Firefox extensions
|
||||||
nur.url = "github:nix-community/nur";
|
nur.url = "github:nix-community/nur";
|
||||||
|
|
||||||
|
# Wallpapers
|
||||||
|
wallpapers = {
|
||||||
|
url = "gitlab:exorcist365/wallpapers";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, darwin, home-manager, nur }:
|
outputs = { self, nixpkgs, darwin, home-manager, nur, wallpapers }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
@ -40,7 +46,7 @@
|
|||||||
dotfilesRepo = "https://github.com/nmasur/dotfiles";
|
dotfilesRepo = "https://github.com/nmasur/dotfiles";
|
||||||
gui = {
|
gui = {
|
||||||
colorscheme = (import ./modules/colorscheme/gruvbox);
|
colorscheme = (import ./modules/colorscheme/gruvbox);
|
||||||
wallpaper = ./media/wallpaper/road.jpg;
|
wallpaper = "${wallpapers}/gruvbox/road.jpg";
|
||||||
gtk.theme = { name = "Adwaita-dark"; };
|
gtk.theme = { name = "Adwaita-dark"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 453 KiB |
Binary file not shown.
Before Width: | Height: | Size: 271 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 MiB |
Loading…
Reference in New Issue
Block a user