Update README.md

This commit is contained in:
Joshua Yuen 2025-08-22 17:54:24 -04:00
parent 537af1f5cc
commit a37bdf6c60
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 14 additions and 1 deletions

View File

@ -15,4 +15,17 @@
https://gist.github.com/FlakM/0535b8aa7efec56906c5ab5e32580adf
# Building NixOS ISO
`nix build .#nixosConfigurations.live.config.system.build.isoImage`
`nix build .#nixosConfigurations.live.config.system.build.isoImage`
# Misc
## Garbage collection
`nix-collect-garbage -d`
## Fonts
### Checking installed fonts
`fc-list`
### Debugging kitty fonts
`kitty --debug-font-fallback`
## SDDM virtual keyboard ??ZZ
- https://unix.stackexchange.com/questions/43976/list-all-valid-kbd-layouts-variants-and-toggle-options-to-use-with-setxkbmap
- https://github.com/NixOS/nixpkgs/issues/254523