yubi?
This commit is contained in:
parent
7c2c143285
commit
42bcaf29af
3 changed files with 4 additions and 1 deletions
|
|
@ -114,6 +114,7 @@
|
|||
# secrets
|
||||
libsecret
|
||||
keepassxc
|
||||
yubikey-manager-qt
|
||||
];
|
||||
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -94,6 +94,8 @@
|
|||
mullvad-vpn.enable = true;
|
||||
};
|
||||
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue