Skip to content

Commit

Permalink
bump flake, workaround for steam
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Nov 3, 2024
1 parent 47dc153 commit d57497f
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 61 deletions.
118 changes: 59 additions & 59 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion home/programs/wayland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
# utils
self.packages.${pkgs.system}.wl-ocr
wl-clipboard
wl-screenrec
wlr-randr
];

Expand Down
7 changes: 6 additions & 1 deletion system/programs/gaming/steam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@
gamemode
config.programs.hyprland.package
hyprshade
attr
];

extraLibraries = pkgs: with pkgs; [gamemode pkgsi686Linux.gamemode];
extraLibraries = pkgs:
with pkgs; [
gamemode
pkgsi686Linux.gamemode
];
};

extraCompatPackages = with pkgs; [
Expand Down

0 comments on commit d57497f

Please sign in to comment.