chore: remove unused garbage (1)

This commit is contained in:
Ahwx 2024-10-17 11:12:37 +02:00
parent 780e19be2c
commit 14214b3513
4 changed files with 39 additions and 58 deletions

View file

@ -1,10 +0,0 @@
{ ... }:
{
programs.bat = {
enable = true;
config = {
pager = "less -FR";
theme = "base16";
};
};
}

View file

@ -1,7 +1,6 @@
{ ...}: {
imports =
[(import ./bat.nix)] # better cat command
++ [(import ./git.nix)] # version control
[(import ./git.nix)] # version control
++ [(import ./nvim.nix)] # neovim editor
++ [(import ./packages.violet.nix)] # other packages
++ [(import ./scripts/scripts.nix)] # personal scripts