1
Fork 0

Small latex snippet imrpovement

This commit is contained in:
Matei Adriel 2023-02-15 11:28:43 +01:00
commit d573e17a00
No known key found for this signature in database
4 changed files with 13 additions and 15 deletions
home/adrielus/features/cli

View file

@ -1,7 +1,14 @@
{ pkgs, ... }: {
imports = [ ./exa.nix ./bat.nix ./ssh.nix
./git.nix ./starship.nix ./direnv.nix
./fish ./tmux ];
imports = [
./exa.nix
./bat.nix
./ssh.nix
./git.nix
./starship.nix
./direnv.nix
./fish
./tmux
];
# Enable bash
programs.bash.enable = true;