Compare commits
No commits in common. "b1bcabba6dda148305853a6777d5758eff83d425" and "6a360706ce0ac6a2767929b153c1caeb56a74aa5" have entirely different histories.
b1bcabba6d
...
6a360706ce
1 changed files with 1 additions and 9 deletions
|
@ -66,7 +66,7 @@ in {
|
|||
# Configure keymap
|
||||
services.xserver.xkb = {
|
||||
variant = "caps:swapescape";
|
||||
layout = "de,us,dv2";
|
||||
layout = "dv2,de,us";
|
||||
extraLayouts.dv2 = {
|
||||
description = "German Dvorak Type 2";
|
||||
languages = [ "de" ];
|
||||
|
@ -127,12 +127,6 @@ in {
|
|||
configDir = "/home/kb-work/.config/syncthing";
|
||||
};
|
||||
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
# enable = true;
|
||||
pinentryPackage = pkgs.lib.mkForce pkgs.pinentry-qt;
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts.packages = [ pkgs.firefoxpwa ];
|
||||
|
@ -291,8 +285,6 @@ in {
|
|||
starship
|
||||
openconnect
|
||||
firefoxpwa
|
||||
gnupg
|
||||
pinentry-qt
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
Loading…
Add table
Reference in a new issue