diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-05 02:48:10 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-02-05 12:00:27 +0100 |
commit | 799b2cd63e39e8a5c264739460f1c96fa05010b1 (patch) | |
tree | b1a980cf97a4f2fbe2ab9a956433d1430f44dce5 /flake.nix | |
parent | Hosts: Use flake nixpkgs as system nixpkgs in nix-* cmds (diff) | |
download | nixos-config-799b2cd63e39e8a5c264739460f1c96fa05010b1.tar.gz nixos-config-799b2cd63e39e8a5c264739460f1c96fa05010b1.tar.bz2 nixos-config-799b2cd63e39e8a5c264739460f1c96fa05010b1.zip |
Hosts: Use /etc/hosts from 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 30b3784..0599000 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,11 @@ nix-index.url = "github:Mic92/nix-index-database"; + hosts = { + url = "github:StevenBlack/hosts"; + flake = false; + }; + wallpapers = { url = "github:Baitinq/Wallpapers"; flake = false; |