Top
Home
Linux
Linux
NixOS
24 Jun 2024
Fetch files without Flakes let source = pkgs.fetchurl { url = "https://somewebsite/somefile.png"; sha256 = "{hash}"; }; in { …
Linux
NixOS
Nix
Bash for noobs
16 Mar 2023
Basic Bash commands Refresh/reload profile . ~/.bashrc Create a symlink ln -s [target_path] [link_path] # Example: Links the .ssh folder inside a WSL …
Bash
Linux