copy more hm stuff into modules

This commit is contained in:
xunuwu 2024-08-28 07:56:21 +00:00
parent 114a5eae9d
commit 0eaf4dfd5a
No known key found for this signature in database
9 changed files with 226 additions and 5 deletions

View file

@ -10,7 +10,7 @@
"xun@kidney" = [
../.
./kidney
inputs.nix-index-database.hmModules.nix-index
# inputs.nix-index-database.hmModules.nix-index
{
programs.nix-index = {
enableBashIntegration = false;

View file

@ -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;
};
};
}

View file

@ -1,3 +1,4 @@
# TODO: move this somewhere more reasonable
{
config,
pkgs,