Add pedro user config and hm
This commit is contained in:
parent
46dd5c41f7
commit
8336883d91
4 changed files with 86 additions and 0 deletions
11
users/pedro/home.nix
Normal file
11
users/pedro/home.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue