mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Added nix-darwin properly
This commit is contained in:
parent
1044e1ed1b
commit
c45afedd4a
9 changed files with 82 additions and 42 deletions
|
|
@ -6,6 +6,9 @@
|
|||
config.home.shellAliases;
|
||||
|
||||
extraConfig = ''
|
||||
$env.PATH = ($env.PATH | split row (char esep) | append "~/.nix-profile/bin")
|
||||
$env.PATH = ($env.PATH | split row (char esep) | append "/nix/var/nix/profiles/default/bin")
|
||||
|
||||
$env.config.show_banner = false
|
||||
|
||||
def gac [] { git add .; git commit }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue