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

View File

@ -11,8 +11,6 @@
../../modules/home-manager/tmux ../../modules/home-manager/tmux
../../modules/home-manager/taskwarrior ../../modules/home-manager/taskwarrior
../../modules/home-manager/zoxide ../../modules/home-manager/zoxide
../../modules/home-manager/eza
../../modules/home-manager/bat
../../modules/home-manager/irssi ../../modules/home-manager/irssi
]; ];
home.username = "mthomson"; home.username = "mthomson";

View File

@ -11,8 +11,6 @@
../../modules/home-manager/tmux ../../modules/home-manager/tmux
../../modules/home-manager/taskwarrior ../../modules/home-manager/taskwarrior
../../modules/home-manager/zoxide ../../modules/home-manager/zoxide
../../modules/home-manager/eza
../../modules/home-manager/bat
../../modules/home-manager/irssi ../../modules/home-manager/irssi
../../modules/home-manager/syncthing ../../modules/home-manager/syncthing
../../modules/home-manager/email ../../modules/home-manager/email

View File

@ -9,7 +9,6 @@
../../modules/home-manager/zsh ../../modules/home-manager/zsh
../../modules/home-manager/tmux ../../modules/home-manager/tmux
../../modules/home-manager/zoxide ../../modules/home-manager/zoxide
../../modules/home-manager/eza ../../modules/home-manager/bat
../../modules/home-manager/irssi ../../modules/home-manager/irssi
../../modules/home-manager/email ../../modules/home-manager/email
../../modules/home-manager/password-store ../../modules/home-manager/password-store

View File

@ -12,8 +12,6 @@
../../modules/home-manager/taskwarrior ../../modules/home-manager/taskwarrior
../../modules/home-manager/zoxide ../../modules/home-manager/zoxide
../../modules/home-manager/zathura ../../modules/home-manager/zathura
../../modules/home-manager/eza
../../modules/home-manager/bat
../../modules/home-manager/syncthing ../../modules/home-manager/syncthing
../../modules/home-manager/email ../../modules/home-manager/email
]; ];

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 = { shellAliases = {
cd = "z"; cd = "z";
cdi = "zi"; cdi = "zi";
cat = "bat";
}; };
initExtra = '' initExtra = ''
. "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh" . "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh"