make bitwarden float again
This commit is contained in:
parent
7dd06e66ef
commit
e8252e4f57
3 changed files with 10 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -54,11 +54,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-master": {
|
"nixpkgs-master": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735404075,
|
"lastModified": 1735418999,
|
||||||
"narHash": "sha256-WSb3ispVh+JYaHOPkWhGCrEpY85vkuSjHNKU6Xqect8=",
|
"narHash": "sha256-nFnQAzDqYhPsAdrcFRZMSnH0Tuj0gjKhSAJAep08Szc=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3e46a15febeeb086ea3092f4363e3a0155b5c31b",
|
"rev": "42b2d9e78979c3df637916721e6373d99016503d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -127,7 +127,7 @@ for_window [class="PacketTracer"] floating enable, border normal
|
||||||
for_window [app_id="LibreWolf" title="^Extension"] floating enable
|
for_window [app_id="LibreWolf" title="^Extension"] floating enable
|
||||||
for_window [floating] border csd
|
for_window [floating] border csd
|
||||||
for_window [app_id="org.keepassxc.KeePassXC"] floating enable
|
for_window [app_id="org.keepassxc.KeePassXC"] floating enable
|
||||||
for_window [class="Bitwarden"] floating enable
|
for_window [app_id="Bitwarden"] floating enable
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
swaybar_command waybar
|
swaybar_command waybar
|
||||||
|
|
|
@ -265,7 +265,12 @@
|
||||||
systemd.services."btrbk-local".serviceConfig.ExecStart =
|
systemd.services."btrbk-local".serviceConfig.ExecStart =
|
||||||
lib.mkForce "${pkgs.btrbk}/bin/btrbk -c /etc/btrbk/local.conf snapshot";
|
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 = {
|
services.logind = {
|
||||||
lidSwitch = "hibernate";
|
lidSwitch = "hibernate";
|
||||||
|
|
Loading…
Add table
Reference in a new issue