@@ -124,6 +124,11 @@
|
||||
input.touchpad.natural_scroll = true;
|
||||
|
||||
xwayland.force_zero_scaling = true;
|
||||
|
||||
ecosystem = {
|
||||
no_update_news = true;
|
||||
no_donation_nag = true;
|
||||
};
|
||||
};
|
||||
|
||||
extraConfig = "source = ./theme.conf";
|
||||
|
@@ -41,7 +41,7 @@
|
||||
pkgs.writeShellApplication {
|
||||
name = "steam-ln";
|
||||
runtimeInputs = with pkgs; [ coreutils ];
|
||||
text = builtins.readFile ./scripts/steam-ln.sh;
|
||||
text = builtins.readFile ./steam-ln.sh;
|
||||
}
|
||||
);
|
||||
in
|
||||
|
@@ -1,5 +1,7 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
STEAM="$HOME/.local/share/Steam/steamapps/common"
|
||||
GAMES="$HOME/Games"
|
||||
|
Reference in New Issue
Block a user