added jetbrains IDEs
This commit is contained in:
parent
7a3c74421c
commit
e255edd80c
5 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue