mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 23:52:39 +02:00
fix(darwin): unblock home-manager activation
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
nixpkgs,
|
|
||||||
nixvim,
|
nixvim,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
@@ -9,7 +8,7 @@
|
|||||||
|
|
||||||
imports = [ nixvim.homeModules.nixvim ];
|
imports = [ nixvim.homeModules.nixvim ];
|
||||||
|
|
||||||
programs.nixvim.nixpkgs.source = nixpkgs;
|
programs.nixvim.nixpkgs.useGlobalPackages = true;
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
|
|
||||||
vi = "nvim";
|
vi = "nvim";
|
||||||
|
|||||||
+3
-1
@@ -1,4 +1,4 @@
|
|||||||
{ myvars, ... }:
|
{ myvars, pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Home Manager needs a bit of information about you and the
|
# Home Manager needs a bit of information about you and the
|
||||||
# paths it should manage.
|
# paths it should manage.
|
||||||
@@ -15,4 +15,6 @@
|
|||||||
# changes in each release.
|
# changes in each release.
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.package = pkgs.nix;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,7 +111,6 @@ in
|
|||||||
# otherwise Apple Store will refuse to install them.
|
# otherwise Apple Store will refuse to install them.
|
||||||
# For details, see https://github.com/mas-cli/mas
|
# For details, see https://github.com/mas-cli/mas
|
||||||
masApps = {
|
masApps = {
|
||||||
Keynote = 409183694;
|
|
||||||
Slack = 803453959;
|
Slack = 803453959;
|
||||||
WireGuard = 1451685025;
|
WireGuard = 1451685025;
|
||||||
# Xcode = 497799835;
|
# Xcode = 497799835;
|
||||||
|
|||||||
Reference in New Issue
Block a user