diff options
author | sefidel <contact@sefidel.net> | 2022-01-18 23:07:49 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-18 23:07:55 +0900 |
commit | 4c14c3d40295f3da5fcca5ae75aa570de70dbfd9 (patch) | |
tree | 5c4c0c1ee9560390d039b21ba0be292057f104ea /home/profiles/base | |
parent | 4d2d42b9da48302ea64c5a1d9f01d0c0f540523e (diff) | |
download | nixrc-4c14c3d40295f3da5fcca5ae75aa570de70dbfd9.tar.gz nixrc-4c14c3d40295f3da5fcca5ae75aa570de70dbfd9.zip |
home: prefer inputs/overlays
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 2e7fee1..45e8209 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -4,7 +4,7 @@ let neotheme = config.neotheme; - inherit (self.packages.x86_64-linux) neovim iosevka-pure-bin phocus; + inherit (self.packages.x86_64-linux) neovim phocus; in { imports = [ @@ -68,7 +68,7 @@ in neovim # Fonts - iosevka-pure-bin + pkgs.iosevka-pure-bin pkgs.dina-font pkgs.sarasa-gothic pkgs.scientifica |