This commit is contained in:
Till 2023-12-20 16:24:24 +01:00
parent 7c2c143285
commit 42bcaf29af
3 changed files with 4 additions and 1 deletions

View file

@ -114,6 +114,7 @@
# secrets # secrets
libsecret libsecret
keepassxc keepassxc
yubikey-manager-qt
]; ];
imports = [ imports = [

View file

@ -5,7 +5,7 @@
enable = true; enable = true;
settings = { settings = {
main = { main = {
shell = "/home/till/.nix-profile/bin/fish -c 'tmux attach || tmux'"; shell = "${pkgs.fish}/bin/fish -c 'tmux attach || tmux'";
pad = "22x22"; pad = "22x22";
font = "JetBrains Mono:size=14"; font = "JetBrains Mono:size=14";
initial-window-mode = "maximized"; initial-window-mode = "maximized";

View file

@ -94,6 +94,8 @@
mullvad-vpn.enable = true; mullvad-vpn.enable = true;
}; };
services.udev.packages = [ pkgs.yubikey-personalization ];
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;