This commit is contained in:
2024-09-09 19:07:54 -04:00
parent b8cbda3f63
commit f0b807891b
8 changed files with 4 additions and 29 deletions

View File

@@ -1,9 +0,0 @@
{ pkgs, config, ... }:
{
programs = {
bat = {
enable = true;
};
};
}

View File

@@ -1,12 +0,0 @@
{ pkgs, config, ... }:
{
programs = {
eza = {
enable = true;
enableZshIntegration = true;
git = true;
icons = false;
};
};
}

View File

@@ -0,0 +1,4 @@
vim.opt.tabstop = 8
vim.opt.softtabstop = 8
vim.opt.shiftwidth = 8
vim.opt.noexpandtab = true

View File

@@ -18,7 +18,6 @@
shellAliases = {
cd = "z";
cdi = "zi";
cat = "bat";
};
initExtra = ''
. "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh"