a30f0ff077
* 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
71 lines
1.7 KiB
TOML
71 lines
1.7 KiB
TOML
[alacritty]
|
|
src.git = "https://github.com/catppuccin/alacritty.git"
|
|
fetch.github = "catppuccin/alacritty"
|
|
|
|
[bat]
|
|
src.git = "https://github.com/catppuccin/bat.git"
|
|
fetch.github = "catppuccin/bat"
|
|
|
|
[bottom]
|
|
src.git = "https://github.com/catppuccin/bottom.git"
|
|
fetch.github = "catppuccin/bottom"
|
|
|
|
[btop]
|
|
src.git = "https://github.com/catppuccin/btop.git"
|
|
fetch.github = "catppuccin/btop"
|
|
|
|
[fish]
|
|
src.git = "https://github.com/catppuccin/fish.git"
|
|
fetch.github = "catppuccin/fish"
|
|
|
|
[glamour]
|
|
src.git = "https://github.com/catppuccin/glamour.git"
|
|
fetch.github = "catppuccin/glamour"
|
|
|
|
[grub]
|
|
src.git = "https://github.com/catppuccin/grub.git"
|
|
fetch.github = "catppuccin/grub"
|
|
|
|
[gtk]
|
|
src.git = "https://github.com/catppuccin/gtk.git"
|
|
fetch.github = "catppuccin/gtk"
|
|
|
|
[helix]
|
|
src.git = "https://github.com/catppuccin/helix.git"
|
|
fetch.github = "catppuccin/helix"
|
|
|
|
[kitty]
|
|
src.git = "https://github.com/catppuccin/kitty.git"
|
|
fetch.github = "catppuccin/kitty"
|
|
|
|
[lazygit]
|
|
src.git = "https://github.com/catppuccin/lazygit.git"
|
|
fetch.github = "catppuccin/lazygit"
|
|
|
|
[mako]
|
|
src.git = "https://github.com/catppuccin/mako.git"
|
|
fetch.github = "catppuccin/mako"
|
|
|
|
[micro]
|
|
src.git = "https://github.com/catppuccin/micro.git"
|
|
fetch.github = "catppuccin/micro"
|
|
|
|
[neovim]
|
|
src.git = "https://github.com/catppuccin/nvim.git"
|
|
fetch.github = "catppuccin/nvim"
|
|
|
|
[polybar]
|
|
src.git = "https://github.com/catppuccin/polybar.git"
|
|
fetch.github = "catppuccin/polybar"
|
|
|
|
[starship]
|
|
src.git = "https://github.com/catppuccin/starship.git"
|
|
fetch.github = "catppuccin/starship"
|
|
|
|
[sway]
|
|
src.git = "https://github.com/catppuccin/sway.git"
|
|
fetch.github = "catppuccin/sway"
|
|
|
|
[tmux]
|
|
src.git = "https://github.com/catppuccin/tmux.git"
|
|
fetch.github = "catppuccin/tmux"
|