aboutsummaryrefslogtreecommitdiffstats
path: root/system/packages/default.nix (unfollow)
Commit message (Collapse)Author
2023-06-06Feat(system/packages): Add git-crypt to standard packages to minimizesils
pain while rebuilding
2023-06-06Fix(system/packages): Explicitly enable zsh to make Nix Vars availablesils
2023-03-18Refactor: Use better file layoutene
2023-02-05Fix: correct host name and convenience changesene
We used the domain name instead of the host name, which obviously doesn't work for multiple host. In addition to that I changed some directory to make importing easier and enabled the "nix-command" and "flakes" experimental options, to make the `nix flake check` command usable. Refs: #15
2023-02-04Flake: Changed the configuration to a flakeene
Nix flakes make a lot of things very easy.
2023-01-07Format: First formatting with Alejandraene
This marks the beginning of a clean git commit history. This is because of two changes: * Usage of conventional-commits (https://www.conventionalcommits.org/en/v1.0.0/). * Consistent formatting of the code base to reduce diff footprints. The choice of Alejandra as auto-formatter is obviously not final.
2023-01-06modularize packagessils