update
This commit is contained in:
parent
b8cbda3f63
commit
f0b807891b
@ -11,8 +11,6 @@
|
||||
../../modules/home-manager/tmux
|
||||
../../modules/home-manager/taskwarrior
|
||||
../../modules/home-manager/zoxide
|
||||
../../modules/home-manager/eza
|
||||
../../modules/home-manager/bat
|
||||
../../modules/home-manager/irssi
|
||||
];
|
||||
home.username = "mthomson";
|
||||
|
@ -11,8 +11,6 @@
|
||||
../../modules/home-manager/tmux
|
||||
../../modules/home-manager/taskwarrior
|
||||
../../modules/home-manager/zoxide
|
||||
../../modules/home-manager/eza
|
||||
../../modules/home-manager/bat
|
||||
../../modules/home-manager/irssi
|
||||
../../modules/home-manager/syncthing
|
||||
../../modules/home-manager/email
|
||||
|
@ -9,7 +9,6 @@
|
||||
../../modules/home-manager/zsh
|
||||
../../modules/home-manager/tmux
|
||||
../../modules/home-manager/zoxide
|
||||
../../modules/home-manager/eza ../../modules/home-manager/bat
|
||||
../../modules/home-manager/irssi
|
||||
../../modules/home-manager/email
|
||||
../../modules/home-manager/password-store
|
||||
|
@ -12,8 +12,6 @@
|
||||
../../modules/home-manager/taskwarrior
|
||||
../../modules/home-manager/zoxide
|
||||
../../modules/home-manager/zathura
|
||||
../../modules/home-manager/eza
|
||||
../../modules/home-manager/bat
|
||||
../../modules/home-manager/syncthing
|
||||
../../modules/home-manager/email
|
||||
];
|
||||
|
@ -1,9 +0,0 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
bat = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
eza = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
git = true;
|
||||
icons = false;
|
||||
};
|
||||
};
|
||||
}
|
4
modules/home-manager/neovim/nvim/after/ftplugin/c.lua
Normal file
4
modules/home-manager/neovim/nvim/after/ftplugin/c.lua
Normal file
@ -0,0 +1,4 @@
|
||||
vim.opt.tabstop = 8
|
||||
vim.opt.softtabstop = 8
|
||||
vim.opt.shiftwidth = 8
|
||||
vim.opt.noexpandtab = true
|
@ -18,7 +18,6 @@
|
||||
shellAliases = {
|
||||
cd = "z";
|
||||
cdi = "zi";
|
||||
cat = "bat";
|
||||
};
|
||||
initExtra = ''
|
||||
. "/etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user