Add home-manager and gnome configuration for som
This commit is contained in:
parent
1734f8ab38
commit
c8daed198a
3 changed files with 91 additions and 2 deletions
|
@ -6,7 +6,9 @@
|
|||
useUserPackages = true;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
backupFileExtension = "hm-backup";
|
||||
users.functionalhacker =
|
||||
import ./users/functionalhacker/home.nix;
|
||||
users = {
|
||||
functionalhacker = import ./users/functionalhacker/home.nix;
|
||||
som = import ./users/som/home.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue