desktop imports
This commit is contained in:
@@ -10,11 +10,17 @@
|
||||
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; [
|
||||
desktop
|
||||
];
|
||||
}
|
||||
] ++ (with self.modules.nixos; [
|
||||
p14sConfiguration
|
||||
sudo
|
||||
gnome
|
||||
john
|
||||
gnome
|
||||
# greetd
|
||||
# niri
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user