Add himalia

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-05-21 00:39:38 +01:00
parent 8346e89b9f
commit d995375c16
30 changed files with 630 additions and 88 deletions

View File

@@ -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";

View File

@@ -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

View File

@@ -1,5 +1,7 @@
# shellcheck shell=bash
shopt -s nullglob
STEAM="$HOME/.local/share/Steam/steamapps/common"
GAMES="$HOME/Games"