make bitwarden float again
This commit is contained in:
parent
7dd06e66ef
commit
e8252e4f57
3 changed files with 10 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue