dotfiles
This commit is contained in:
parent
e945735fa1
commit
b4b1f4a63f
36 changed files with 716 additions and 94 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue