mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
workstation added
This commit is contained in:
parent
7b11ac39c8
commit
ec56fef89b
12 changed files with 355 additions and 94 deletions
16
flake.nix
16
flake.nix
|
|
@ -44,8 +44,15 @@
|
|||
./src/system/machines/desktop
|
||||
home-manager.nixosModules.home-manager
|
||||
(import ./src/system/machines/desktop/modules/home-manager)
|
||||
#disko.nixosModules.disko
|
||||
# (import ./src/system/machines/desktop/modules/disko)
|
||||
];
|
||||
};
|
||||
|
||||
workstation = nixpkgs.lib.nixosSystem {
|
||||
inherit system pkgs;
|
||||
modules = [
|
||||
./src/system/machines/workstation
|
||||
home-manager.nixosModules.home-manager
|
||||
(import ./src/system/machines/workstation/modules/home-manager)
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -81,11 +88,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
homeConfigurations."work" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [ ./src/system/machines/workstation ];
|
||||
};
|
||||
|
||||
devShells.${system}.default = mkShell {
|
||||
name = "devShell";
|
||||
packages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue