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

Zander Hawke 0108f5f21d feat(cli): add aider-chat and pass.nix configurations před 11 měsíci
home 0108f5f21d feat(cli): add aider-chat and pass.nix configurations před 11 měsíci
hosts 4c8f55c13c Upgrade: 24.11 to 25.05 před 1 rokem
lib 55f512fe64 adding stuff před 1 rokem
modules 4c8f55c13c Upgrade: 24.11 to 25.05 před 1 rokem
overlays e9fe1a95e6 so many changes před 1 rokem
packages e3a9c66db0 code formatter for tmux stuff před 1 rokem
.editorconfig c28f16b273 initial commit with most everything migrated and working před 1 rokem
.gitignore c28f16b273 initial commit with most everything migrated and working před 1 rokem
LICENSE c28f16b273 initial commit with most everything migrated and working před 1 rokem
README.md 4c8f55c13c Upgrade: 24.11 to 25.05 před 1 rokem
flake.lock cda6e2a205 feat(nvim): add Copilot plugin and update LSP/options; desktop: update aerospace and fonts před 11 měsíci
flake.nix 4c8f55c13c Upgrade: 24.11 to 25.05 před 1 rokem

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