Skip to content

Commit

Permalink
tp3: update home cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Oct 15, 2024
1 parent 32ba4a8 commit 9c98e02
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions modules/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,22 @@
};

modules = [
# self.homeModules.packages
# self.homeModules.xdg-fixes
inputs.nix95.homeModules.nix95
inputs.nixcfg.hmModules.cli-bat
inputs.nixcfg.hmModules.cli-direnv
inputs.nixcfg.hmModules.cli-fish
inputs.nixcfg.hmModules.cli-git
inputs.nixcfg.hmModules.cli-lazygit
inputs.nixcfg.hmModules.cli-tmux
self.homeModules.fish
self.homeModules.fonts
self.homeModules.git
self.homeModules.gpg
self.homeModules.lazygit
self.homeModules.neovim
self.homeModules.packages
self.homeModules.ssh
self.homeModules.tmux
self.homeModules.tp3
self.homeModules.xdg-fixes
{ home.stateVersion = "23.05"; }
];
};
Expand Down

0 comments on commit 9c98e02

Please sign in to comment.