added files

This commit is contained in:
kenji
2025-08-19 17:03:16 -05:00
parent aae0668878
commit b1daadc71e
9 changed files with 606 additions and 49 deletions
+9
View File
@@ -17,6 +17,15 @@
description = "Uses a custom pure-like starship configuration.";
};
};
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.";
};
};
};
};
};
}