mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-22 08:48:29 +02:00
feat: add apps(using homebrew), update shells
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
./alacritty
|
||||
./core.nix
|
||||
./nushell.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
{ ... }: {
|
||||
# nushell's PATH do not include nix-darwin's PATH
|
||||
# this is a workaround to add nix-darwin's PATH to nushell's PATH
|
||||
programs.nushell.extraConfig = ''
|
||||
let-env PATH = ([
|
||||
|
||||
"~/.nix-profile/bin"
|
||||
"/etc/profiles/per-user/admin/bin"
|
||||
"/run/current-system/sw/bin"
|
||||
"/nix/var/nix/profiles/default/bin"
|
||||
|
||||
($env.PATH | split row (char esep))
|
||||
] | flatten)
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user