mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
eza, logseq, ...
This commit is contained in:
parent
805c9e8291
commit
2a42df1860
11 changed files with 169 additions and 80 deletions
|
|
@ -19,7 +19,7 @@ with pkgs; let
|
|||
deploy-rs.deploy-rs # deployment system
|
||||
]
|
||||
++ set.values (set.map (name: _: (pkgs.writeShellScriptBin "${name}-rebuild" ''
|
||||
darwin-rebuild switch --flake $REPO_ROOT#${name} $@
|
||||
${pkgs.darwin-rebuild}/bin/darwin-rebuild switch --flake $REPO_ROOT#${name} $@
|
||||
''))
|
||||
repo.darwinConfigurations);
|
||||
shellHook = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue