mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Cleanups
This commit is contained in:
parent
c27b6d21af
commit
413ee5e6bc
16 changed files with 55 additions and 58 deletions
|
|
@ -3,6 +3,8 @@ _: {
|
|||
nix = {
|
||||
extraOptions = ''
|
||||
extra-platforms = x86_64-darwin aarch64-darwin
|
||||
builders-use-substitutes = true
|
||||
build-fallback = true
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,4 +40,6 @@ _: {
|
|||
];
|
||||
};
|
||||
};
|
||||
users.users.kat.home = "/Users/kat";
|
||||
users.users.root.home = "/var/root";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue