Commit graph

14 commits

Author SHA1 Message Date
seth
07e54f5b3c
feat: add subflake for development & testing (#64) 2023-12-16 23:38:36 +00:00
seth
714c415506
refactor(modules)!: auto import modules & improve passing of arguments (#60) 2023-11-03 18:13:02 -04:00
seth
a30f0ff077
feat: limit use of IFD, add auto updates & vm testing (#40)
* feat(modules): remove unnecessary IFD

by moving all upstream repos to our flake inputs, we no longer need
to have [IFD](https://nixos.wiki/wiki/Import_From_Derivation) in most
of our modules - making evaluation faster for all configurations. the
only remaining instances of IFD are in `lib.ctp.toYAML` and the themes
for kitty, which is due to it's use upstream in home-manager

* ci: start auto updating flake inputs

* ci: init basic vm tests

* ci: rename ci to format

* ci: use PAT for update-lock workflow

this is required to run tests such as test-vm after the pull request is
made

* fix(home-manager): make sure to use readFile in helix module

* ci: fix typo in test-vm

* ci: use verbose logging in test-vm & enable kvm

* docs: add flake inputs & vm testing to CONTRIBUTING.md

* feat(modules)!: use nvfetcher for upstream sources

* docs: add information about nvfetcher

* chore: don't include flake-compat in flake inputs

while this does make us lose out on easy updating, i think it's nice not
  have this as a required dependency for flake users

* chore: update flake inputs

Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/f58889c07efa8e1328fdf93dc1796ec2a5c47f38' (2023-07-29)
  → 'github:nix-community/home-manager/48b0a30202516e25d9885525fbb200a045f23f26' (2023-11-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2a9d660ff0f7ffde9d73be328ee6e6f10ef66b28' (2023-07-28)
  → 'github:NixOS/nixpkgs/0cbe9f69c234a7700596e943bfae7ef27a31b735' (2023-10-29)

* chore: update nvfetcher sources

* refactor: don't instantiate nixpkgs in flake + cleanup vm test

* fix(home-manager): update paths from new lazygit theme revision

* feat(lib)!: use constant module arguments automatically
2023-11-02 13:55:47 -04:00
seth
a60d227622
feat: add autogenerated docs (#39)
* feat: add auto generated docs

* docs: init options docs
2023-07-29 08:40:13 -04:00
seth
f2332cd872 chore: set formatter to nixpkgs-fmt 2023-06-03 21:11:10 -04:00
seth
c88242c4fa fix(modules): vendor our own revision of nixpkgs 2023-06-03 21:11:10 -04:00
seth
f3adc020b5 fix: set correct path for modules 2023-04-14 17:17:21 -04:00
Sam Nystrom
3b8f45af24
Merge branch 'main' into modules 2023-04-14 09:15:42 -04:00
seth
359e24de7d feat: add flake-compat support 2023-04-14 09:12:59 -04:00
seth
c62bcb1405
chore(refacotr): change module names to catppuccin 2023-04-13 23:40:55 -04:00
seth
4c8a1756b4
chore(refactor): move modules to their own folder 2023-04-13 23:40:20 -04:00
Sam Nystrom
fa2b78afa3 feat(home-manager): add starship theme 2023-03-27 21:45:24 -04:00
Sam Nystrom
78b67b490d feat!: switch to NixOS/HM modules 2023-03-27 19:01:52 -04:00
Sam Nystrom
fad8bd63ef feat: initial commit 2023-03-26 21:15:25 -04:00