summaryrefslogtreecommitdiff
path: root/modules/development
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-23 22:45:44 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-23 22:45:44 -0400
commitfb2fe94c019c65105ff60f1199d013d9f449fac9 (patch)
treeb141a7b9fda06fad37198122bb3f25f91f7b8cc5 /modules/development
parentrefactor (diff)
downloaddotfiles-nix-fb2fe94c019c65105ff60f1199d013d9f449fac9.tar.gz
dotfiles-nix-fb2fe94c019c65105ff60f1199d013d9f449fac9.tar.bz2
dotfiles-nix-fb2fe94c019c65105ff60f1199d013d9f449fac9.zip
update some packages
Diffstat (limited to 'modules/development')
-rw-r--r--modules/development/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/development/default.nix b/modules/development/default.nix
index 486a220..cf87897 100644
--- a/modules/development/default.nix
+++ b/modules/development/default.nix
@@ -11,6 +11,7 @@ in {
c = mkEnableOption "Enable c/c++ development tools.";
java = mkEnableOption "Enable java/kotlin development tools.";
rust = mkEnableOption "Enable rust development tools.";
+ web = mkEnableOption "Enable web development tools.";
zig = mkEnableOption "Enable zig development tools.";
};
@@ -40,6 +41,9 @@ in {
kotlin-language-server
maven
])
+ ++ (optionals cfg.web [
+ sassc
+ ])
++ (optionals cfg.zig [
zig
zls