Add artwork

This commit is contained in:
Jakob Lechner 2023-11-16 01:36:00 +00:00
parent db3beaf568
commit eb1cc0298c
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -6,6 +6,11 @@
nur.url = "github:nix-community/NUR";
nixos-artwork = {
url = "github:NixOS/nixos-artwork";
flake = false;
};
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";