From 6d83cc53aa950a8f8e6c8fbabdda8abddebea027 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 19 Jan 2025 13:41:29 +0100 Subject: lemptop changes --- profiles/core/configuration.nix | 2 ++ profiles/core/neovim.nix | 8 +------- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'profiles/core') 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 -- cgit v1.2.3