diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:15:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:15:35 +0530 |
| commit | 6094a9fa1548a1b6ca510d0707f1d317121f75ea (patch) | |
| tree | 0610ae5a52e2c55268e410b15622352ff27350c0 /overlays-system.nix | |
| parent | e160c24728bad4076f148b0a31de92f88df365d8 (diff) | |
| download | nixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.tar.gz nixos-config-6094a9fa1548a1b6ca510d0707f1d317121f75ea.zip | |
config sync
Diffstat (limited to 'overlays-system.nix')
| -rw-r--r-- | overlays-system.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/overlays-system.nix b/overlays-system.nix index e30ddfe..1c4d4ed 100644 --- a/overlays-system.nix +++ b/overlays-system.nix @@ -1,9 +1,10 @@ { pkgs, ... }: let overlays = import ./overlays/default.nix {}; -in { +in +{ nixpkgs.overlays = with overlays; [ - neovim-nightly + # neovim-nightly qutebrowser ]; } |
