diff options
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/configuration.nix | 2 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 8 | ||||
| -rw-r--r-- | profiles/station/packages.nix | 1 |
3 files changed, 3 insertions, 8 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 diff --git a/profiles/station/packages.nix b/profiles/station/packages.nix index 26ed4a8..0be6dd7 100644 --- a/profiles/station/packages.nix +++ b/profiles/station/packages.nix @@ -31,7 +31,6 @@ raylib maim profanity - mypaint lynx sent initool |
