Add steam
This commit is contained in:
parent
2f9175860e
commit
b502b6518e
2 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
# Enable wayland support for electron apps
|
# Enable wayland support
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables ={
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
|
STEAM_FORCE_DESKTOPUI_SCALING = "2";
|
||||||
|
};
|
||||||
|
|
||||||
# Enable zsh-autocomplete compatibility
|
# Enable zsh-autocomplete compatibility
|
||||||
environment.pathsToLink = [ "/share/zsh" ];
|
environment.pathsToLink = [ "/share/zsh" ];
|
||||||
|
|
|
@ -14,6 +14,11 @@
|
||||||
vimix-cursors # SDDM Cursor theme
|
vimix-cursors # SDDM Cursor theme
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
|
extest.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Install zsh
|
# Install zsh
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue