Skip to content

Commit

Permalink
bump flake, fix steam
Browse files Browse the repository at this point in the history
amadejkastelic committed Aug 29, 2024
1 parent 4ee0fbb commit e16ec39
Showing 3 changed files with 50 additions and 52 deletions.
98 changes: 49 additions & 49 deletions flake.lock

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

1 change: 1 addition & 0 deletions home/programs/wayland/hyprland/settings.nix
Original file line number Diff line number Diff line change
@@ -112,6 +112,7 @@ in {

render = {
explicit_sync = true;
explicit_sync_kms = true;
direct_scanout = true;
};

3 changes: 0 additions & 3 deletions system/programs/gaming/steam.nix
Original file line number Diff line number Diff line change
@@ -4,8 +4,6 @@
config,
...
}: {
nixpkgs.config.permittedInsecurePackages = ["openssl-1.1.1w"];

imports = [
inputs.nix-gaming.nixosModules.platformOptimizations
];
@@ -48,7 +46,6 @@

extest.enable = true;
extraPackages = with pkgs; [
openssl_1_1
hyprshade
];

0 comments on commit e16ec39

Please sign in to comment.