nix-files/TODO.md

20 lines
530 B
Markdown
Raw Normal View History

# features/tweaks
- enable sshfs (deskto/lappy)
- set firefox default search engine
- iron out video drivers
2022-05-24 08:26:53 +00:00
# cleanup
- remove helpers from outputs section (use `let .. in`)
# 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:
- https://christine.website/blog/nixos-encrypted-secrets-2021-01-20
- git-crypt (https://github.com/bobbbay/dotfiles.git)