Update FredOS-Gaming.nix
This commit is contained in:
parent
d704e3e553
commit
d40e976985
1 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
||||
environment.systemPackages = with pkgs; [
|
||||
lutris
|
||||
kdePackages.breeze # Add breeze to system packages too
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
@ -12,14 +12,14 @@
|
|||
remotePlay.openFirewall = true;
|
||||
package = pkgs.steam.override {
|
||||
extraPkgs = pkgs: with pkgs; [
|
||||
kdePackages.breeze
|
||||
adwaita-icon-theme
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Set cursor theme for Steam
|
||||
# Set cursor theme for Steam and games
|
||||
environment.sessionVariables = {
|
||||
XCURSOR_THEME = "breeze_cursors";
|
||||
XCURSOR_THEME = "Adwaita";
|
||||
XCURSOR_SIZE = "24";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue