Starting the OpenAL audio device fails for some reason, using aoss as a wrapper script in Prism Launcher fixes the audio to work properly.
2.2 KiB
2.2 KiB
TODO
- Move programming languages to home-manager
- Add tool for
universe-cli cd
- Import modules with haumea
- Reorganize modules to separate ones defining options and ones providing config
- Move config into global, move global into root?
- Can do the same for home manager. Put NixOS ones under
nixos
, home manager underhome
?
- Add Nix-on-Droid config
- Declare Hydrus Companion extension in Firefox config
- Move
$EDITOR
script to a home-manager session variable - Fix https://github.com/NixOS/nixpkgs/issues/45039
- Look into
thermald
for Framework - Handle error codes in git-fzf and git-fzf-edit
- Remove networking scratchpad dropdown on non-wireless systems
- Hardware acceleration on Jellyfin
- Set fingerprint timeout to definite
- Look into
imv
image viewer - Look into
broot
file search - File Qtile bug report for clock timezone
- https://github.com/nix-community/nixvim
- Figure out Minecraft OpenAL startup error (
aoss
as wrapper is a workaround)
Move to Wayland
- https://sr.ht/~emersion/kanshi/
- rofi -> wofi
Provisioning scripts
- https://github.com/nix-community/disko
- Generate host SSH keys and rekey secrets
- Generate basic configuration in universe
- Install extras like doom
SSH keys revamp
- Put SSH host keys in host folders
- Automatically include host keys in known hosts file, with common connection points
- Use plaintext ssh keys file instead of nix file?
Secrets revamp
- Collect host keys from host folders
- Bundle secrets with services?
- Bundle secrets with hosts?
Certificate Authority
- SSH CA
- SSL CA
- Signing server?
Issues pending fixes
- Home Manager, "
optionsDocBook
is deprecated", https://github.com/nix-community/home-manager/issues/4273 - Home Manager, handle
use-xdg-base-directories
, https://github.com/nix-community/home-manager/issues/4593