update
This commit is contained in:
parent
b8cbda3f63
commit
f0b807891b
@ -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";
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
];
|
];
|
||||||
|
@ -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 = {
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user