mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-20 12:04:42 +00:00
phase-1
This commit is contained in:
parent
f38c272269
commit
1dc4ed5f1a
20 changed files with 349 additions and 112 deletions
|
|
@ -1,8 +1,19 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./common.nix
|
||||
./colima.nix
|
||||
./rectangle.nix
|
||||
];
|
||||
lib,
|
||||
hostConfig,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./common.nix
|
||||
]
|
||||
++ lib.optionals hostConfig.isDarwin [
|
||||
./colima.nix
|
||||
./rectangle.nix
|
||||
./karabiner.nix
|
||||
]
|
||||
++ lib.optionals hostConfig.isLinux [
|
||||
./netty-worktree.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue