feat: add desktop (ooksdesk) to flake
This commit is contained in:
parent
4c3c29c396
commit
99e23750ab
1 changed files with 12 additions and 1 deletions
11
flake.nix
11
flake.nix
|
|
@ -82,6 +82,11 @@
|
|||
modules = [ ./system/hosts/ookst480s ];
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
# Main Desktop
|
||||
ooksdesk = lib.nixosSystem {
|
||||
modules = [ ./system/hosts/ooksdesk ];
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
};
|
||||
homeConfigurations = {
|
||||
# T480s
|
||||
|
|
@ -90,6 +95,12 @@
|
|||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
# Main Desktop
|
||||
"ooks@ooksdesk" = lib.homeManagerConfiguration {
|
||||
modules = [ ./home/user/ooks/ooksdesk ];
|
||||
pkgs = pkgsFor.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue