diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-23 23:35:42 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-23 23:35:42 +0530 |
| commit | 98bef4da05c50b9dbf0e0467df54d34947e4b1ae (patch) | |
| tree | 6ab6af288d2c704aa84f38726d1884a251f0cc2b /overlays/default.nix | |
| parent | 22b4aed9c5c8793e04d0a67202fe0f1cddf66817 (diff) | |
| download | nixos-config-98bef4da05c50b9dbf0e0467df54d34947e4b1ae.tar.gz nixos-config-98bef4da05c50b9dbf0e0467df54d34947e4b1ae.zip | |
removes config from external + adds overlays directory
Diffstat (limited to 'overlays/default.nix')
| -rw-r--r-- | overlays/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/overlays/default.nix b/overlays/default.nix new file mode 100644 index 0000000..b806fa9 --- /dev/null +++ b/overlays/default.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: +{ + # Overlays + nixpkgs.overlays = [ + (import ./neovim.nix) + (import ./qutebrowser.nix) + (import ./pass.nix) + ]; +} |
