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
libsecret
keepassxc
yubikey-manager-qt
];
imports = [

View file

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

View file

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