Commit graph

6 commits

Author SHA1 Message Date
Samuel Shuert cfd424d324
Fix: Update home-manager
Forgot to save >~<
2024-05-11 16:31:56 -04:00
Skyler Grey 00a5904f54
Merge pull request #3 from getchoo/modules 2024-05-02 09:31:39 +00:00
aemogie 47407c94d7
fix(home-manager): typo in nixpkgs input 2024-05-02 12:22:46 +05:30
seth f295553095
use standard module system over specialArgs 2024-05-01 20:20:19 -04:00
seth 05b6628aa2
fix typos 2024-05-01 17:40:06 -04:00
Samuel Shuert 3f3ac4306b
Initial work on creating sensible templates
Available templates include the following:
- system: flake based system similar to the default when starting
  nix.
- darwin: flake based darwin system with ajusted nixpkgs and modules to better suit it.
- home-manager: flake and home manager for non darwin systems.

Co-Authored-by: isabelroses <isabel@isabelroses.com>
Co-Authored-by: Skyler Grey <minion@clicks.codes>
Co-Authored-by: Sigmanificient <edhyjox@gmail.com>
Co-Authored-by: AxelSilverdew <7677954+AxelSilverdew@users.noreply.github.com>
2024-05-01 16:55:17 -04:00