moved inline module
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user