remove home manager imports because it doesn't seem to work

This commit is contained in:
Ruben 2024-04-17 17:41:34 -05:00
commit 3dfbf67be9
No known key found for this signature in database
GPG key ID: AE181294E97E4802
3 changed files with 9 additions and 7 deletions

View file

@ -94,7 +94,6 @@
modules = with self.nixosModules; [
# nixos configuration file (and others) for thunkpad
./machines/thunkpad
declarativeHome ./users/ruben
# fingerprint modules
nixos-06cb-009a-fingerprint-sensor.nixosModules.open-fprintd
nixos-06cb-009a-fingerprint-sensor.nixosModules.python-validity
@ -106,7 +105,6 @@
modules = with self.nixosModules; [
# nixos configuration file (and others) for thonkpad
./machines/thonkpad
declarativeHome ./users/ruben
];
};
};
@ -121,7 +119,6 @@
extraSpecialArgs = {inherit inputs outputs;};
modules = [
./machines/thunkpad
declarativeHome ./users/ruben
];
};
# secondary device
@ -130,7 +127,6 @@
extraSpecialArgs = {inherit inputs outputs;};
modules = [
./machines/thonkpad
declarativeHome ./users/ruben
];
};
};