mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
testig HM as module - try 2
This commit is contained in:
@@ -121,15 +121,15 @@
|
|||||||
specialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
|
specialArgs = { inherit inputs outputs lib; hostName = "StuPC";};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/StuPC-WSL
|
./hosts/StuPC-WSL
|
||||||
inputs.home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
({...}: {
|
{
|
||||||
home-manager.sharedModules = [
|
home-manager.sharedModules = [
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
];
|
];
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.users.sstent = import ./home-manager/users/sstent;
|
home-manager.users.sstent = import ./home-manager/users/sstent;
|
||||||
|
|
||||||
})
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
# ./beets.nix
|
|
||||||
# ./keybase.nix
|
|
||||||
"${inputs.vscode-server}/modules/vscode-server/home.nix"
|
"${inputs.vscode-server}/modules/vscode-server/home.nix"
|
||||||
] ++ (builtins.attrValues outputs.homeManagerModules);
|
] ++ (builtins.attrValues outputs.homeManagerModules);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user