add config for japanese typing, wireshark, bluetooth headphones

auto-flake-update
Yorick van Pelt 2018-11-20 22:30:30 +01:00
parent 9b48ce871c
commit b2aa339593
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,7 @@
imports = [
<yori-nix/roles/graphical.nix>
];
users.extraUsers.yorick.extraGroups = ["input"];
users.extraUsers.yorick.extraGroups = [ "input" "wireshark" ];
services.printing = {
enable = true;
drivers = [ pkgs.gutenprint ];
@ -19,7 +19,17 @@
# yubikey
hardware.u2f.enable = true;
services.pcscd.enable = true;
sound.enable = true;
#environment.systemPackages = [pkgs.yubikey-manager];
fonts.fonts = [ pkgs.emojione ];
# bluetooth headphones
hardware.pulseaudio.package = pkgs.pulseaudioFull;
# japanese typing
i18n.inputMethod = {
enabled = "fcitx";
fcitx.engines = with pkgs.fcitx-engines; [ mozc ];
};
programs.wireshark.enable = true;
nix = {
gc.automatic = pkgs.lib.mkOverride 30 false;
binaryCaches = [