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
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
# Enable wayland support
|
||||
environment.sessionVariables ={
|
||||
NIXOS_OZONE_WL = "1";
|
||||
STEAM_FORCE_DESKTOPUI_SCALING = "2";
|
||||
};
|
||||
|
||||
# Enable zsh-autocomplete compatibility
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
# Misc
|
||||
vimix-cursors # SDDM Cursor theme
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extest.enable = true;
|
||||
};
|
||||
|
||||
# Install zsh
|
||||
programs.zsh.enable = true;
|
||||
|
|
Loading…
Reference in a new issue