added jetbrains IDEs

This commit is contained in:
willifan 2025-01-04 00:44:40 +01:00
parent 7a3c74421c
commit e255edd80c
5 changed files with 16 additions and 0 deletions

View file

@ -13,6 +13,11 @@
type = lib.types.bool;
};
dev.enable = lib.mkOption {
default = false;
type = lib.types.bool;
};
windowManager = lib.mkOption {
default = "Hyprland";
type = lib.types.str;