Files
NixOS/modules/stylix/home.nix
Cookiez 54bd19fbc0 - Removed Hyprland.
- Changed to use unstable branch.
- Removed Noctalia.
- Enhanced Stylix configuration. Now targets nothing by default.
2025-12-09 12:40:16 +01:00

18 lines
229 B
Nix

{pkgs, inputs, username, ...}:
{
imports = [
];
services = {
};
stylix = {
targets = {
#kitty.enable = false;
#kde.enable = false;
#zen-browser.profileNames = [ "${username}" ];
};
};
}