mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-29 14:26:09 +02:00
Add configuration for workspace
This commit is contained in:
parent
2a839b1467
commit
1f33e7ede7
5 changed files with 158 additions and 21 deletions
|
@ -58,5 +58,11 @@ in
|
|||
./amon/configuration.nix
|
||||
];
|
||||
};
|
||||
workspace = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = defaultModules ++ homeManagerSetup ++ [
|
||||
./workspace/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue