yubi?
This commit is contained in:
parent
7c2c143285
commit
42bcaf29af
3 changed files with 4 additions and 1 deletions
|
|
@ -114,6 +114,7 @@
|
||||||
# secrets
|
# secrets
|
||||||
libsecret
|
libsecret
|
||||||
keepassxc
|
keepassxc
|
||||||
|
yubikey-manager-qt
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue