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
-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