fix steam
This commit is contained in:
@@ -166,7 +166,7 @@
|
|||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
swaylock # lockscreen
|
swaylock # lockscreen
|
||||||
swayidle
|
swayidle
|
||||||
#xwayland # for legacy apps
|
xwayland # for legacy apps
|
||||||
#waybar # status bar
|
#waybar # status bar
|
||||||
mako # notification daemon
|
mako # notification daemon
|
||||||
kanshi # autorandr
|
kanshi # autorandr
|
||||||
@@ -180,6 +180,9 @@
|
|||||||
"sway/config".source = ./sway_config;
|
"sway/config".source = ./sway_config;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# For steam
|
||||||
|
hardware.opengl.driSupport = true;
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tmux vim wget curl git w3m iftop killall file unzip zip ripgrep imv killall gomuks htop
|
tmux vim wget curl git w3m iftop killall file unzip zip ripgrep imv killall gomuks htop
|
||||||
|
|||||||
Reference in New Issue
Block a user