Add pedro user config and hm

This commit is contained in:
Pedro Rey Anca 2025-08-12 16:12:28 +02:00
parent 46dd5c41f7
commit 8336883d91
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
4 changed files with 86 additions and 0 deletions

11
users/pedro/home.nix Normal file
View file

@ -0,0 +1,11 @@
{self, ...}: {
imports = [self.inputs.home-manager.nixosModules.default ./configuration.nix];
home-manager.users.pedro = {
imports = [
./home-configuration
];
home.stateVersion = "25.05";
};
}