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

@@ -155,6 +155,7 @@ main() {
prepare_disk "mount"
copy_keys
install
if [[ "$copy_config_flag" == "true" ]]; then copy_config; fi
if [[ "$reboot_flag" == "true" ]]; then finish; fi
;;
*)

View File

@@ -4,5 +4,6 @@
installer.publicKeyFile = ../../../../installer/secrets/ssh_host_ed25519_key.pub;
eirene.publicKeyFile = ../../../../eirene/secrets/ssh_host_ed25519_key.pub;
elara.publicKeyFile = ../../../../elara/secrets/ssh_host_ed25519_key.pub;
himalia.publicKeyFile = ../../../../himalia/secrets/ssh_host_ed25519_key.pub;
};
}

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"