diff options
Diffstat (limited to 'users/gkleen')
-rw-r--r-- | users/gkleen/default.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/users/gkleen/default.nix b/users/gkleen/default.nix index 9ae2c1d0..f7de3924 100644 --- a/users/gkleen/default.nix +++ b/users/gkleen/default.nix | |||
@@ -3,7 +3,7 @@ | |||
3 | imports = with flake.nixosModules.userProfiles.${userName}; [ | 3 | imports = with flake.nixosModules.userProfiles.${userName}; [ |
4 | zsh tmux utils direnv | 4 | zsh tmux utils direnv |
5 | ]; | 5 | ]; |
6 | 6 | ||
7 | users.users.${userName} = { | 7 | users.users.${userName} = { |
8 | description = "Gregor Kleen"; | 8 | description = "Gregor Kleen"; |
9 | extraGroups = [ "wheel" "networkmanager" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "libvirtd" "wireshark" "games" "webdav"]; | 9 | extraGroups = [ "wheel" "networkmanager" "lp" "dialout" "audio" "video" "xmpp" "mail" "ssh" "vboxusers" "libvirtd" "wireshark" "games" "webdav"]; |
@@ -16,6 +16,12 @@ | |||
16 | }; | 16 | }; |
17 | 17 | ||
18 | home-manager.users.${userName} = { | 18 | home-manager.users.${userName} = { |
19 | home.keyboard = { | ||
20 | layout = "us"; | ||
21 | variant = "dvp"; | ||
22 | options = [ "ctl:nocaps" "compose:caps" ]; | ||
23 | }; | ||
24 | |||
19 | programs = { | 25 | programs = { |
20 | git = { | 26 | git = { |
21 | enable = true; | 27 | enable = true; |