Simplify imports

This commit is contained in:
Oliver Davies 2025-01-29 01:49:03 +00:00
parent 02890fc725
commit fe4f07f8ee

View file

@ -1,43 +1,19 @@
{
config,
inputs,
lib,
pkgs,
self,
...
}:
{ ... }:
{
imports = [
(import ./neovim.nix {
inherit
config
inputs
lib
pkgs
self
;
})
(import ./tmux-sessionizer.nix {
inherit
config
lib
pkgs
self
;
})
./bin.nix
./direnv.nix
./fzf.nix
./git.nix
./neovim.nix
./notes.nix
./phpactor.nix
./ripgrep.nix
./starship.nix
./syncthing.nix
./tmux.nix
./tmux-sessionizer.nix
./zsh.nix
];
}