about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-24 11:45:18 +0200
committerBaitinq <[email protected]>2022-07-24 11:45:18 +0200
commitc113d6e80c4afce77e52de77d816b277fd7c6c83 (patch)
treebb3e276c7760496a298a7099d64ec98b4810e17d /flake.nix
parentFix hardware acceleration in firefox (diff)
downloadnixos-config-c113d6e80c4afce77e52de77d816b277fd7c6c83.tar.gz
nixos-config-c113d6e80c4afce77e52de77d816b277fd7c6c83.tar.bz2
nixos-config-c113d6e80c4afce77e52de77d816b277fd7c6c83.zip
Added Wallpapers as flake input
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 94e38f2..4aa6f6e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,6 +14,11 @@
     nur.url = "github:nix-community/NUR";
 
     nix-index.url = "github:Mic92/nix-index-database";
+
+    wallpapers = {
+      url = "github:Baitinq/Wallpapers";
+      flake = false;
+    };
   };
 
   outputs = inputs @ { self, nixpkgs, home-manager, ... }: