diff --git a/flake.nix b/flake.nix index b693c5f..d220ac5 100644 --- a/flake.nix +++ b/flake.nix @@ -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";