Commit graph

25 commits

Author SHA1 Message Date
seth
296adaf933
feat(modules): add declarations (#198) 2024-05-28 04:15:28 -04:00
seth
714c415506
refactor(modules)!: auto import modules & improve passing of arguments (#60) 2023-11-03 18:13:02 -04:00
Anomalocaridid
4ba874eaa9
feat(home-manager): init zathura module (#53) 2023-11-03 12:07:31 -04:00
Anomalocaridid
88376af32e
feat(home-manager): init hyprland module (#56) 2023-11-03 11:55:17 -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
Isabel
71f4a7d6ff
feat(hm): micro init (#47)
* feat(hm): micro init

* Update modules/home-manager/micro.nix

Co-authored-by: seth <getchoo@tuta.io>

* Update modules/home-manager/micro.nix

Co-authored-by: seth <getchoo@tuta.io>

---------

Co-authored-by: seth <getchoo@tuta.io>
2023-11-02 12:05:02 -04:00
Anomalocaridid
4840eda13e
feat(home-manager): init mako module (#49) 2023-11-02 11:55:47 -04:00
Sefa Eyeoglu
5713b478b1
feat(home-manager): add support for fish (#46)
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-10-22 15:28:28 -04:00
Ryan Cao
a97085d28b
feat(modules/home-manager): add glamour (#44) 2023-10-22 12:48:48 -04:00
seth
60a1d9ba22
refactor: use alternatives to with and rec (#38)
* fix(home-manager): dont declare xdg.configFile when btop isn't enabled

* refactor: use alternatives to `with` and `rec`

---------

Co-authored-by: Sam Nystrom <sam@samnystrom.dev>
2023-07-13 12:17:51 -04:00
isabel
547ba1984c feat(modules): add support for lazygit 2023-06-20 12:40:41 -04:00
seth
c88242c4fa fix(modules): vendor our own revision of nixpkgs 2023-06-03 21:11:10 -04:00
seth
27683fd6b8
style: format with nixpkgs-fmt 2023-04-18 20:01:16 -04:00
seth
20a4a5d3f2
feat(home-manager): add support for neovim (#27) 2023-04-17 22:51:53 -04:00
seth
12733d64c3
feat(home-manager): add support for sway (#26) 2023-04-17 22:50:23 -04:00
seth
be6320c4b1
feat(modules): add util library (#25) 2023-04-17 12:44:07 -04:00
seth
8f930092e5
feat(home-manager): add support for tmux (#21) 2023-04-15 19:22:31 -05:00
seth
25edfe9641
feat(home-manager): add support for btop (#20) 2023-04-15 19:13:47 -05:00
seth
c5eeae703f
feat(home-manager): add support for alacritty (#22) 2023-04-15 18:48:38 -05:00
seth
bdc4336b37
feat(home-manager): add support for kitty (#19) 2023-04-15 18:46:20 -05:00
seth
38fa66cba9 feat(modules): add support for polybar 2023-04-15 07:37:01 -05:00
seth
99216b897b feat(modules): add support for bottom 2023-04-14 22:44:31 -05:00
seth
298605b31e
feat(modules): add support for helix (#8)
Co-authored-by: Sam Nystrom <sam@samnystrom.dev>
2023-04-14 22:37:39 -04:00
seth
9c304e2cd2
add support for gtk (#7)
feat(modules): add support for gtk

Co-authored-by: Sam Nystrom <sam@samnystrom.dev>
2023-04-14 22:32:44 -04:00
seth
4c8a1756b4
chore(refactor): move modules to their own folder 2023-04-13 23:40:20 -04:00
Renamed from home-manager/default.nix (Browse further)