aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/home-manager/default.nix2
-rw-r--r--modules/home-manager/dev.nix3
2 files changed, 3 insertions, 2 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix
index 26fa897..567076a 100644
--- a/modules/home-manager/default.nix
+++ b/modules/home-manager/default.nix
@@ -21,6 +21,6 @@
./dunst.nix
./hyprlock.nix
./swayidle.nix
- ./opencode.nix
+ #./opencode.nix
];
}
diff --git a/modules/home-manager/dev.nix b/modules/home-manager/dev.nix
index 0d09577..16229fc 100644
--- a/modules/home-manager/dev.nix
+++ b/modules/home-manager/dev.nix
@@ -12,7 +12,7 @@
zsh.enable = true;
git.enable = true;
gh.enable = true;
- opencode.enable = true;
+ #opencode.enable = true;
neovim.enable = true;
tmux.enable = true;
gpg.enable = true;
@@ -38,6 +38,7 @@
nerd-fonts.symbols-only
jetbrains.idea-community
+ opencode
];
};
}