forked from Shinonome/dots-hyprland
converted hyprland conf to nix
This commit is contained in:
+4
-6
@@ -18,12 +18,10 @@
|
||||
};
|
||||
};
|
||||
hyprland = {
|
||||
useNixForConf = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = "Use .nix files for hyprland setup instead of exporting .config/hypr. Useful for modifiable configurations.";
|
||||
};
|
||||
useNixForConf = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = "Use .nix files for hyprland setup instead of exporting .config/hypr. Useful for modifiable configurations.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user