moved inline module

This commit is contained in:
John Lancaster
2026-03-26 23:28:25 -05:00
parent 589170c4e8
commit 7be1397489
2 changed files with 11 additions and 10 deletions
+11
View File
@@ -97,5 +97,16 @@
# no need to redefine it in your config for now)
# media-session.enable = true;
};
home-manager.useGlobalPkgs = true;
home-manager.users.john.imports = with inputs.self.modules.homeManager; [
gnome
desktop
mysops
({config, ... }: {
my-vscode.enable = true;
mysops.hostSecretFile = "${config.home.homeDirectory}/dendritic/modules/hosts/john-p14s/secrets.yaml";
})
];
};
}
-10
View File
@@ -10,16 +10,6 @@
modules = [
"${inputs.nixos-hardware}/lenovo/thinkpad/p14s"
"${inputs.nixos-hardware}/lenovo/thinkpad/p14s/amd/gen4"
{
home-manager.useGlobalPkgs = true;
home-manager.users.john.imports = with inputs.self.modules.homeManager; [
gnome
desktop
{
my-vscode.enable = true;
}
];
}
] ++ (with self.modules.nixos; [
p14sConfiguration
sudo