diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-09 11:41:17 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 20:22:31 +0200 |
commit | ef1123869a87984c60e72c17f6b89b8803730cbc (patch) | |
tree | 0e98d54eab906200d712a30e7c1ef906c066adb3 /flake.nix | |
parent | ISO: Set user as nixos (diff) | |
download | nixos-config-ef1123869a87984c60e72c17f6b89b8803730cbc.tar.gz nixos-config-ef1123869a87984c60e72c17f6b89b8803730cbc.tar.bz2 nixos-config-ef1123869a87984c60e72c17f6b89b8803730cbc.zip |
Misc: Use dotfiles as flake input
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index a5414df..e5435fd 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,11 @@ nix-index.url = "github:Mic92/nix-index-database"; + dotfiles = { + url = "path:./dotfiles"; + flake = false; + }; + wallpapers = { url = "github:Baitinq/Wallpapers"; flake = false; |