nix-files/TODO.md

25 lines
756 B
Markdown
Raw Normal View History

# features/tweaks
- set firefox default search engine
- iron out video drivers
2022-06-06 08:19:29 +00:00
- emoji picker application
- emoji font (Font Awesome) for sway status bar
- find a Masto/Pleroma app which works on mobile
2022-05-24 08:26:53 +00:00
# cleanup
- remove helpers from outputs section (use `let .. in`)
2022-06-06 08:19:29 +00:00
- port helpers/ to the module system and mkOption
# speed up cross compiling
https://nixos.wiki/wiki/Cross_Compiling
https://nixos.wiki/wiki/NixOS_on_ARM
overlays = [{ ... }: {
nixpkgs.crossSystem.system = "aarch64-linux";
}];
2022-05-27 08:01:06 +00:00
# better secrets management? read:
- decrypted at activation time: https://github.com/Mic92/sops-nix
less promising:
2022-05-27 08:01:06 +00:00
- https://christine.website/blog/nixos-encrypted-secrets-2021-01-20
- git-crypt (https://github.com/bobbbay/dotfiles.git)