diff options
| author | Baitinq <[email protected]> | 2022-06-20 01:40:00 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-20 01:40:00 +0200 |
| commit | e8445768de29b7bef9d6fc0c8946970a6ea31c92 (patch) | |
| tree | 032d4e12db081975ac47912ebb49283d48e94741 /hosts | |
| parent | Added NVIDIA drivers for phobos (diff) | |
| download | nixos-config-e8445768de29b7bef9d6fc0c8946970a6ea31c92.tar.gz nixos-config-e8445768de29b7bef9d6fc0c8946970a6ea31c92.tar.bz2 nixos-config-e8445768de29b7bef9d6fc0c8946970a6ea31c92.zip | |
Add overlay composing
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index f6814c5..edac9b7 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -8,7 +8,7 @@ let overlays = [ nur.overlay (import ../packages) - (import ../overlays/base.nix) + (import ../overlays) ]; }; |