Linux

  • NixOS
  • Bash for noobs

Docker

  • Getting started
  • Useful Docker commands

PowerShell

  • Useful scripts
  • PowerShell
  • Terminal

Build tool & automation

  • Maven

Other

  • Yazi
  • Falcon LogScale
  • Git
  • Regex

Windows

  • AutoHotkey
  • Komorebi
  • Windows Subsystem for Linux
  • Home
  • Tags
  • NixOS

NixOS

NixOS

  24 Jun 2024
Fetch files without Flakes let source = pkgs.fetchurl { url = "https://somewebsite/somefile.png"; sha256 = "{hash}"; }; in { …
 Linux   NixOS   Nix