feat: add darwun
This commit is contained in:
parent
b3f397713b
commit
99745a7f02
23 changed files with 970 additions and 751 deletions
|
|
@ -19,6 +19,9 @@ with lib; rec {
|
|||
|
||||
disabled = {enable = false;};
|
||||
|
||||
# Check if the current system is Darwin
|
||||
isDarwin = pkgs: pkgs.stdenv.isDarwin;
|
||||
|
||||
nixos-stable = import inputs.nixos-stable {
|
||||
system = "x86_64-linux";
|
||||
config = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue