Create a nicer broot configuration
This commit is contained in:
parent
2867c14d83
commit
a9af6b1fe5
2 changed files with 102 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
./kakoune/kak.nix
|
||||
./fish/fish.nix
|
||||
./modules/programs/my-broot.nix
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
@ -79,7 +80,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
broot.enable = true;
|
||||
my-broot.enable = true;
|
||||
|
||||
direnv.enable = true;
|
||||
direnv.nix-direnv.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue