Reinitialized repo after massive overhaul
This commit is contained in:
29
home/programs/terminal/flake.nix
Normal file
29
home/programs/terminal/flake.nix
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
description = "terminal config";
|
||||
|
||||
inputs = {
|
||||
eza.url = "./eza";
|
||||
bat.url = "./bat";
|
||||
fzf.url = "./fzf";
|
||||
zoxide.url = "./zoxide";
|
||||
kitty.url = "./kitty";
|
||||
tmux.url = "./tmux";
|
||||
zsh.url = "./zsh";
|
||||
};
|
||||
|
||||
outputs = { self, ... }@inputs: {
|
||||
|
||||
hmModule = { config, lib, pkgs, ... }: {
|
||||
imports = [
|
||||
inputs.eza.hmModule
|
||||
inputs.bat.hmModule
|
||||
inputs.fzf.hmModule
|
||||
inputs.zoxide.hmModule
|
||||
inputs.kitty.hmModule
|
||||
inputs.tmux.hmModule
|
||||
inputs.zsh.hmModule
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user