Simplify imports
This commit is contained in:
parent
02890fc725
commit
fe4f07f8ee
1 changed files with 3 additions and 27 deletions
|
@ -1,43 +1,19 @@
|
||||||
{
|
{ ... }:
|
||||||
config,
|
|
||||||
inputs,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
self,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
(import ./neovim.nix {
|
|
||||||
inherit
|
|
||||||
config
|
|
||||||
inputs
|
|
||||||
lib
|
|
||||||
pkgs
|
|
||||||
self
|
|
||||||
;
|
|
||||||
})
|
|
||||||
|
|
||||||
(import ./tmux-sessionizer.nix {
|
|
||||||
inherit
|
|
||||||
config
|
|
||||||
lib
|
|
||||||
pkgs
|
|
||||||
self
|
|
||||||
;
|
|
||||||
})
|
|
||||||
|
|
||||||
./bin.nix
|
./bin.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./neovim.nix
|
||||||
./notes.nix
|
./notes.nix
|
||||||
./phpactor.nix
|
./phpactor.nix
|
||||||
./ripgrep.nix
|
./ripgrep.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
|
./tmux-sessionizer.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue