diff options
Diffstat (limited to 'accounts/mherold@eostre.nix')
-rw-r--r-- | accounts/mherold@eostre.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/accounts/mherold@eostre.nix b/accounts/mherold@eostre.nix index ab1bf154..538a3903 100644 --- a/accounts/mherold@eostre.nix +++ b/accounts/mherold@eostre.nix | |||
@@ -4,6 +4,15 @@ | |||
4 | hashedPassword = lib.mkForce "$6$rounds=500000$TaikR1KI4CGveV0a$jLrBjNScflgniUiy87zxQ.IjnyK8K7FbYTW7L0k0EBVrdiImds26WwNjA6DrQpENALwPMzJVIK5BTie17fFVG."; | 4 | hashedPassword = lib.mkForce "$6$rounds=500000$TaikR1KI4CGveV0a$jLrBjNScflgniUiy87zxQ.IjnyK8K7FbYTW7L0k0EBVrdiImds26WwNjA6DrQpENALwPMzJVIK5BTie17fFVG."; |
5 | }; | 5 | }; |
6 | 6 | ||
7 | systemd.services."home-manager-${userName}" = { | ||
8 | bindsTo = ["home-${userName}.mount"]; | ||
9 | after = ["home-${userName}.mount"]; | ||
10 | }; | ||
11 | |||
12 | systemd.mounts."home-${userName}" = { | ||
13 | wants = ["home-manager-${userName}.service"]; | ||
14 | }; | ||
15 | |||
7 | home-manager.users.${userName} = { | 16 | home-manager.users.${userName} = { |
8 | nixpkgs.config = { | 17 | nixpkgs.config = { |
9 | allowUnfree = true; | 18 | allowUnfree = true; |
@@ -13,6 +22,8 @@ | |||
13 | thunderbird libreoffice element-desktop keepassxc | 22 | thunderbird libreoffice element-desktop keepassxc |
14 | ]; | 23 | ]; |
15 | 24 | ||
25 | home.keyboard.layout = "de"; | ||
26 | |||
16 | programs.firefox = { | 27 | programs.firefox = { |
17 | enable = true; | 28 | enable = true; |
18 | profiles.default.settings = { | 29 | profiles.default.settings = { |