diff options
| author | Mike Vink <mike@pionative.com> | 2025-01-19 13:41:29 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2025-01-19 14:01:28 +0100 |
| commit | 6d83cc53aa950a8f8e6c8fbabdda8abddebea027 (patch) | |
| tree | 87ce2bd40927adde5901a704b5b5f5ef42cf9fea /profiles/core | |
| parent | 43dc363075520d6ddcdb82307f2808c1ba44b0ac (diff) | |
lemptop changes
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/configuration.nix | 2 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/profiles/core/configuration.nix b/profiles/core/configuration.nix index 3d000f1..fdbb94c 100644 --- a/profiles/core/configuration.nix +++ b/profiles/core/configuration.nix @@ -7,6 +7,8 @@ }: with lib; { imports = [ (mkAliasOptionModule [ "my" ] [ "users" "users" my.username ]) ]; + nixpkgs.config.allowUnfree = true; + services = { resolved.fallbackDns = [ "1.1.1.1#one.one.one.one" diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index b5531c1..2fbdd8b 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -80,13 +80,7 @@ vim-easy-align nvim-comment - # cmp - nvim-cmp - cmp-cmdline - cmp-nvim-lsp - cmp-buffer - cmp-path - cmp_luasnip + blink-cmp # trying out lisp conjure |
