Skip to content

Instantly share code, notes, and snippets.

View ROBGUI09's full-sized avatar
🔵
welcome

Роберт ROBGUI09

🔵
welcome
  • Russia
  • 05:53 (UTC +05:00)
View GitHub Profile
@ROBGUI09
ROBGUI09 / configuration.nix
Created April 1, 2025 05:42
My nixos configuratioh
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
@ROBGUI09
ROBGUI09 / README.md
Last active August 11, 2024 17:37
Get workshop collection item as big workshop_download_item list (download workshop collections easily)

Paste script below in console while being on https://steamcommunity.com/sharedfiles/filedetails/?id=????-type page to get big paste which you can easily put in your SteamCMD prompt to download everything in there

@ROBGUI09
ROBGUI09 / answerfile
Last active April 2, 2024 14:58 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"