my personal dotfiles (nix + other)
Find a file
2024-10-30 13:51:36 +10:00
homes/me da first commit 2024-10-30 13:51:36 +10:00
hosts da first commit 2024-10-30 13:51:36 +10:00
modules/core da first commit 2024-10-30 13:51:36 +10:00
.gitignore da first commit 2024-10-30 13:51:36 +10:00
deploy.sh da first commit 2024-10-30 13:51:36 +10:00
flake.lock da first commit 2024-10-30 13:51:36 +10:00
flake.nix da first commit 2024-10-30 13:51:36 +10:00
README da first commit 2024-10-30 13:51:36 +10:00

### Philosophy
I try to use Home Manager as little as possible. When I first started with NixOS I found
it distracting and confusing. NixOS already handles system wide and user packages, so having
another user level package management method was baffling. Obviously I understand now how 
it can be useful (so I do use it). But where possible I will instead use the functionality
of Nix rather than Home Manager.


### TODO
There are a lot of `TODO` items in this repository. To improve these dotfiles
I should run a command to find files containing "TODO" and then implement the
recommendation I left behind :)




### Credits
1. https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles
The simplicity of their layout is amazing, was really good to pick out small modules and learn how something works / is configured.