copy more hm stuff into modules
This commit is contained in:
parent
114a5eae9d
commit
0eaf4dfd5a
9 changed files with 226 additions and 5 deletions
|
@ -6,9 +6,9 @@
|
|||
imports = [
|
||||
self.homeManagerModules.xun
|
||||
inputs.small-nvim.homeManagerModules.small-nvim
|
||||
../../terminal/shell/zsh.nix
|
||||
../../terminal/programs
|
||||
../../terminal/programs/lazygit.nix
|
||||
# ../../terminal/shell/zsh.nix
|
||||
# ../../terminal/programs
|
||||
# ../../terminal/programs/lazygit.nix
|
||||
# ../../develop
|
||||
# ../../develop/small-misc.nix
|
||||
];
|
||||
|
@ -23,5 +23,15 @@
|
|||
wakatime.enable = false;
|
||||
};
|
||||
develop.enable = true;
|
||||
desktop = {
|
||||
xdg.enable = true;
|
||||
};
|
||||
programs.terminal = {
|
||||
shell.zsh.enable = true;
|
||||
direnv.enable = true;
|
||||
comma.enable = true;
|
||||
tmux.enable = true;
|
||||
irssi.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue