system-flakes — NixOS-WSL/Home Manger configuration
This project is based on the flake-parts' ez-configs module, with binary caching supported by Cachix.
To push a specific version of the flake inputs to the cache, run this command on the root of a local checkout of this repository:
flake-archive | cachix-cache pushShow the outpus provided by a flake.
Variants:
nix flake show . --no-pure-evalnix flake show 'github:nix-community/NixOS-WSL'nix flake show 'github:karaolidis/NixOS-WSL/wl-clipboard-wsl'nix flake show 'github:nixos/nixpkgs/nixpkgs-unstable'
Run a Nix application.
Variants:
nix run 'github:nixos/nixpkgs/nixpkgs-unstable#jq'
Variants:
nix run 'github:nixos/nixpkgs/nixpkgs-unstable#jq'GALLIUM_DRIVER=d3d12 MESA_D3D12_DEFAULT_ADAPTER_NAME=NVIDIA glxinfo -B | grep "OpenGL renderer"
Variants:
vulkaninfo --summary
nix-collect-garbage --delete-old 2>&1 | tail -n 10deleting '/nix/store/fq6xkzyq2wv4sv31ybnqx44n1808jva6-setuptools_rust-1.13.0.tar.gz.drv'
deleting '/nix/store/wfk7hizfxni5fyaqg3x5pwnpy0qf5d13-cargo-nextest-0.9.143'
deleting '/nix/store/z748aqzi90bajvybj7fbsxmrlxqbk89h-libidn2-2.3.8-bin'
deleting '/nix/store/7nmh864alhk3322c786w2vskfp9n8knd-python312-compat.patch.drv'
deleting '/nix/store/yizz72bdc775f2lcas34c7xwsmvgzjqx-python3.14-six-1.17.0'
deleting '/nix/store/f4s31w8mfym4fs375v3dkiv5b130zkm0-source.drv'
deleting '/nix/store/xw09m9cnc9ayb2j53y2rj8jhm1h7kkxa-diffutils-3.12'
deleting unused links...
note: hard linking is currently saving 26.6 GiB
586 store paths deleted, 5.0 GiB freed
sudo nix-collect-garbage --delete-old 2>&1 | tail -n 10deleting '/nix/store/7674sl53zpw0a4rb5x7jb9by2j6p9bc0-activate.drv'
deleting '/nix/store/c1qaggbs1my4xsjwjkgdn432ck1c4q1h-etc.drv'
deleting '/nix/store/q2q0izqhn1jjh656a6gd39fh56q9zj3c-system-units.drv'
deleting '/nix/store/4qfxah6hrjcimgdhviwi9v4l4yj2g2nh-unit-home-manager-tarci.service.drv'
deleting '/nix/store/2419zm22ja6x2f0y20ixaiq632bic8l1-home-manager-generation.drv'
deleting '/nix/store/0hk2w72z94y7d7d024r377612x2b52xi-activation-script.drv'
deleting '/nix/store/pxrwpnvn9kihrj6309qhi6cnay4x09sr-home-manager-path.drv'
deleting unused links...
note: hard linking is currently saving 26.6 GiB
14 store paths deleted, 2.9 MiB freed
Calls the flake default formatter.
Warning
This will run commands embedded in markdown.
After a successful and non-idempotent just switch, it may make sense to free up disk space by running nix-collect-garbage. Formatting the README.md file is an unusual way to accomplish this:
touch README.md
nix fmtBe sure to know the name of your WSL distribution:
wsl --list -v NAME STATE VERSION
* NixOS Running 2
podman-machine-default Stopped 2
docker-desktop Stopped 2
It must not be sparsed already:
wsl --manage NixOS --set-sparse falseLearn the path of its VHDX file:
Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Lxss\*"State : 1
Version : 2
BasePath : C:\Users\tarci\AppData\Local\wsl\{7527fb51-83d7-4564-bc19-617c2e6b096a}
Flags : 15
DefaultUid : 0
RunOOBE : 0
VhdFileName : ext4.vhdx
DistributionName : NixOS
Modern : 1
ShortcutPath : C:\Users\tarci\AppData\Roaming\Microsoft\Windows\Start Menu\NixOS.lnk
TerminalProfilePath : C:\Users\tarci\AppData\Local\Microsoft\Windows Terminal\Fragments\Microsoft.WSL\{96dc692a-1006-5fa5-bc6b-f63e8df2226b}.json
Flavor : nixos
OsVersion : 26.11
PSPath : Microsoft.PowerShell.Core\Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss\{7527fb51-83d7-4564-bc19-617c2e6b096a}
PSParentPath : Microsoft.PowerShell.Core\Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss
PSChildName : {7527fb51-83d7-4564-bc19-617c2e6b096a}
PSDrive : HKCU
PSProvider : Microsoft.PowerShell.Core\Registry
Optimize the disk:
optimize-vhd -Path 'C:\Users\tarci\AppData\Local\wsl\{7527fb51-83d7-4564-bc19-617c2e6b096a}\ext4.vhdx' -Mode full(Re)Enable sparse mode:
wsl --manage NixOS --set-sparse true --allow-unsafeez-configs's author own dotfiles: ehllie/dotfiles
home.pointerCursor = {
gtk.enable = true;
x11.enable = true;
package = pkgs.vanilla-dmz;
name = "Vanilla-DMZ";
size = 28;
};Verify:
env | grep -i cursorExpected:
XCURSOR_PATH=/home/tarci/.nix-profile/share/icons:/home/tarci/.icons:/home/tarci/.local/share/icons:/home/tarci/.nix-profile/share/icons:/home/tarci/.nix-profile/share/pixmaps:/nix/profile/share/icons:/nix/profile/share/pixmaps:/home/tarci/.local/state/nix/profile/share/icons:/home/tarci/.local/state/nix/profile/share/pixmaps:/etc/profiles/per-user/tarci/share/icons:/etc/profiles/per-user/tarci/share/pixmaps:/nix/var/nix/profiles/default/share/icons:/nix/var/nix/profiles/default/share/pixmaps:/run/current-system/sw/share/icons:/run/current-system/sw/share/pixmaps
XCURSOR_SIZE=28
XCURSOR_THEME=Vanilla-DMZ