WIP: fix steam generation switch
This commit is contained in:
parent
fa80743304
commit
e6c8979674
3 changed files with 24 additions and 1 deletions
|
@ -18,6 +18,10 @@
|
|||
|
||||
unstable = (final: prev: {
|
||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${prev.system};
|
||||
nixpkgs-fix-steam-generation-switching = import inputs.nixpkgs-fix-steam-generation-switching {
|
||||
config = { allowUnfree = true; };
|
||||
inherit system;
|
||||
};
|
||||
});
|
||||
|
||||
sixel-patches = (import ./sixel-patches.nix (inputs));
|
||||
|
@ -60,7 +64,7 @@
|
|||
patches = old.patches
|
||||
++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
||||
});
|
||||
steam = prev.steam.override {
|
||||
steam = final.nixpkgs-fix-steam-generation-switching.steam.override {
|
||||
extraPkgs = pkgs: with pkgs; [ capitaine-cursors bibata-cursors ];
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue