mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-11 23:22:40 +02:00
fix(darwin): unblock home-manager activation
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user