make bitwarden float again

This commit is contained in:
cy 2024-12-28 17:56:18 -05:00
parent 7dd06e66ef
commit e8252e4f57
3 changed files with 10 additions and 5 deletions

View file

@ -265,7 +265,12 @@
systemd.services."btrbk-local".serviceConfig.ExecStart =
lib.mkForce "${pkgs.btrbk}/bin/btrbk -c /etc/btrbk/local.conf snapshot";
programs.steam.enable = true;
programs.steam = {
enable = true;
extest.enable = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ];
};
hardware.steam-hardware.enable = true;
services.logind = {
lidSwitch = "hibernate";