Enable Vaultwarden on the server, ydotool on the laptop, update

flake.lock
This commit is contained in:
Stefan Kempinger 2026-04-10 12:40:05 +02:00
parent 249a3a1f3f
commit c0077acfa9
3 changed files with 43 additions and 12 deletions

View file

@ -100,6 +100,7 @@
"wireshark"
"networkmanager"
"libvirtd"
"ydotool"
];
};
@ -237,6 +238,7 @@
#security.pam.services.swaylock = {};
#programs.waybar.enable = true; # top bar
programs.ydotool.enable= true;
programs.firefox.enable = true;
programs.wireshark.enable = true;
programs.wireshark.package = pkgs.wireshark;