update and fix bits
This commit is contained in:
parent
22e8556a47
commit
d3649cf6e2
5 changed files with 28 additions and 23 deletions
|
|
@ -6,13 +6,16 @@ with lib;
|
|||
};
|
||||
|
||||
config = mkIf config.roles.gamer.enable {
|
||||
# required for heroic launcher
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-24.8.6"
|
||||
];
|
||||
|
||||
home-manager.users.${user}.imports = [{
|
||||
home.packages = with pkgs; [
|
||||
airshipper
|
||||
minetest
|
||||
superTuxKart
|
||||
osu-lazer
|
||||
xonotic
|
||||
|
||||
heroic
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ in
|
|||
|
||||
windowrule = float, title:wlogout
|
||||
windowrule = idleinhibit always, vrmonitor
|
||||
windowrule = idleinhibit focus, steam_app
|
||||
|
||||
bind = SUPER, h, movefocus,l
|
||||
bind = SUPER, l, movefocus,r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue