fix(bbsteamie): get breeze cursors on steam
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
d90bfe8378
commit
a22f10e47f
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ in {
|
||||||
extraCompatPackages = [
|
extraCompatPackages = [
|
||||||
self.packages.${pkgs.system}.proton-ge-latest
|
self.packages.${pkgs.system}.proton-ge-latest
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/25444#issuecomment-1977416787
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
kdePackages.breeze
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Jovian Steam settings
|
# Jovian Steam settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue