Nix flake for system configurations, dotfiles, and home server infrastructure

Zander Hawke 782ea66ea9 refactor: move syncthing to default il y a 10 mois
home 782ea66ea9 refactor: move syncthing to default il y a 10 mois
hosts 3711d0db47 feature: zen-browser managed by home-manager il y a 10 mois
lib aa8a9f5949 refactor: format all the code with nixpkgs-fmt il y a 11 mois
modules aa8a9f5949 refactor: format all the code with nixpkgs-fmt il y a 11 mois
overlays aa8a9f5949 refactor: format all the code with nixpkgs-fmt il y a 11 mois
packages 9eba7ba61e refactor: ghostty and tmux il y a 10 mois
.editorconfig c28f16b273 initial commit with most everything migrated and working il y a 1 an
.envrc 003893f52f refactor: remove shell-aliases il y a 11 mois
.gitignore e33967f3e9 feature: added `nixpkgs-fmt` and `deadnix` git hooks il y a 11 mois
LICENSE c28f16b273 initial commit with most everything migrated and working il y a 1 an
README.md 4c8f55c13c Upgrade: 24.11 to 25.05 il y a 1 an
devenv.nix 9eba7ba61e refactor: ghostty and tmux il y a 10 mois
flake.lock 3711d0db47 feature: zen-browser managed by home-manager il y a 10 mois
flake.nix 3711d0db47 feature: zen-browser managed by home-manager il y a 10 mois

README.md

my home manager configuration

Simply run this on any system that has nix and a user thomas:

nix run github:nix-community/home-manager -- switch --flake .#thomas

Notes: Rewatch this: https://www.youtube.com/watch?v=X-Lzq7jAT8I

photo-cli copy \ --process-type SubFoldersPreserveFolderHierarchy \ --naming-style DateTimeWithSecondsAddress \ --number-style PaddingZeroCharacter \ --folder-append DayRange \ --folder-append-location Prefix \ --reverse-geocode OpenStreetMapFoundation \ --openstreetmap-properties country city town suburb \ --no-coordinate InSubFolder \ --no-taken-date InSubFolder \ --verify \ --output ~/Photos

photo-cli copy \ --process-type FlattenAllSubFolders \ --group-by AddressHierarchy \ --naming-style DayAddress \ --reverse-geocode OpenStreetMapFoundation \ --openstreetmap-properties country city town suburb \ --number-style OnlySequentialNumbers \ --no-taken-date AppendToEndOrderByFileName \ --no-coordinate InSubFolder \ --input ~/Backup \ --output ~/Photos \ --dry-run --verify