fix(darwin): unblock home-manager activation

This commit is contained in:
Ryan Yin
2026-07-10 12:28:47 +08:00
parent 6c84c9e85b
commit 9315055bac
3 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -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";
+3 -1
View File
@@ -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;
}
-1
View File
@@ -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;