diff --git a/home/base/core/editors/neovim/default.nix b/home/base/core/editors/neovim/default.nix index b153a40b..82e7c10d 100644 --- a/home/base/core/editors/neovim/default.nix +++ b/home/base/core/editors/neovim/default.nix @@ -1,6 +1,5 @@ { config, - nixpkgs, nixvim, pkgs, ... @@ -9,7 +8,7 @@ imports = [ nixvim.homeModules.nixvim ]; - programs.nixvim.nixpkgs.source = nixpkgs; + programs.nixvim.nixpkgs.useGlobalPackages = true; home.shellAliases = { vi = "nvim"; diff --git a/home/base/home.nix b/home/base/home.nix index f52fd799..79edf0e7 100644 --- a/home/base/home.nix +++ b/home/base/home.nix @@ -1,4 +1,4 @@ -{ myvars, ... }: +{ myvars, pkgs, ... }: { # Home Manager needs a bit of information about you and the # paths it should manage. @@ -15,4 +15,6 @@ # changes in each release. stateVersion = "24.11"; }; + + nix.package = pkgs.nix; } diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index 105104e9..ecab488e 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -111,7 +111,6 @@ in # otherwise Apple Store will refuse to install them. # For details, see https://github.com/mas-cli/mas masApps = { - Keynote = 409183694; Slack = 803453959; WireGuard = 1451685025; # Xcode = 497799835;