All checks were successful
/ check (push) Successful in 1m12s
Based on Luke Smith's script created during his "Bookmarking for Unix Chads (For Browsers, Terminals, IDEs and everything else)" video. https://videos.lukesmith.xyz/w/o5fiME4oJMdVzwSu7mA9mc
18 lines
265 B
Nix
18 lines
265 B
Nix
{
|
|
imports = [
|
|
./bluetuith.nix
|
|
./bookmarkthis.nix
|
|
./dev-commit.nix
|
|
./direnv.nix
|
|
./fzf.nix
|
|
./git.nix
|
|
./node.nix
|
|
./notes.nix
|
|
./ranger.nix
|
|
./scripts
|
|
./starship.nix
|
|
./tmux.nix
|
|
./tmux-sessionizer.nix
|
|
./zsh
|
|
];
|
|
}
|