This commit is contained in:
Till 2026-04-12 18:48:42 +02:00
parent e945735fa1
commit b4b1f4a63f
36 changed files with 716 additions and 94 deletions

View file

@ -6,6 +6,8 @@
./btrbk.nix
];
hardware.bluetooth.enable = true;
networking.networkmanager = {
enable = true;
plugins = with pkgs; [ networkmanager-openvpn ];
@ -34,8 +36,6 @@
virtiofsd
];
environment.pathsToLink = [ "/share/foot" ];
fonts.packages = with pkgs; [
jetbrains-mono
];
@ -55,6 +55,9 @@
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-all;
# pinentry.program = "pinentry";
settings = {
default-cache-ttl = 34560000;
max-cache-ttl = 34560000;
};
};
}