oh my zsh
This commit is contained in:
parent
cc74263a3b
commit
643396a7dd
6 changed files with 52 additions and 13 deletions
11
flake.nix
11
flake.nix
|
|
@ -20,16 +20,9 @@
|
|||
agenix,
|
||||
}:
|
||||
let
|
||||
macbook = import ./systems/macbook/macbook.nix {
|
||||
nix-darwin = nix-darwin;
|
||||
home-manager = home-manager;
|
||||
self = self;
|
||||
agenix = agenix;
|
||||
};
|
||||
macbook = import ./systems/macbook/macbook.nix inputs;
|
||||
|
||||
selene = import ./systems/selene/system.nix {
|
||||
agenix = agenix;
|
||||
};
|
||||
selene = import ./systems/selene/system.nix inputs;
|
||||
in
|
||||
{
|
||||
# Build darwin flake using:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue