diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-29 14:51:43 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-29 14:51:43 +0200 |
| commit | 566b26ae0974c5c8663ac9326bafc2f57e57b2e3 (patch) | |
| tree | a0e224c4972c96da349b2cc72eb77827d5d3c4a0 /modules/home/default.nix | |
| parent | a71d60fe8063869c3150a49eab9c29c5eb4dd86e (diff) | |
| download | dotfiles-566b26ae0974c5c8663ac9326bafc2f57e57b2e3.tar.gz dotfiles-566b26ae0974c5c8663ac9326bafc2f57e57b2e3.zip | |
refactor: move Go to home-manager, replace znap, add new taps and /push skill
Diffstat (limited to 'modules/home/default.nix')
| -rw-r--r-- | modules/home/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix index 92dc9f3..13d72b8 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -2,6 +2,7 @@ { imports = [ + ./claude.nix ./git.nix ./ghostty.nix ./starship.nix @@ -42,6 +43,8 @@ yq ]; + programs.go.enable = true; + # Let home-manager manage itself programs.home-manager.enable = true; } |
