Add home manager to colmena
This commit is contained in:
parent
96e3db4a8b
commit
58a8ff88d5
32 changed files with 245 additions and 189 deletions
|
|
@ -7,14 +7,6 @@
|
|||
}:
|
||||
let
|
||||
p = import ../parameters.nix;
|
||||
|
||||
homeParameters = {
|
||||
username = "pazpi";
|
||||
commonName = "Davide Pasetto";
|
||||
userEmail = "pasettodavide@gmail.com";
|
||||
extraPackages = [ ];
|
||||
};
|
||||
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -35,7 +27,7 @@ in
|
|||
|
||||
desktopUser = {
|
||||
enable = true;
|
||||
userName = homeParameters.username;
|
||||
userName = p.personal.username;
|
||||
hashedPassword = "$y$j9T$dA94KVg1/jYLqclQQbTDk.$cnfxBWUN8P4shr8Kkipv5bU/RCtQNoAwYFDZ0X/BYs5";
|
||||
};
|
||||
|
||||
|
|
@ -73,10 +65,7 @@ in
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
users.${homeParameters.username} = import ./pazpi-home.nix;
|
||||
extraSpecialArgs = {
|
||||
inherit homeParameters;
|
||||
};
|
||||
users.${p.personal.username} = import ./pazpi-home.nix;
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Rome";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue