Files
NixOS/modules/stylix/home.nix
Cookiez b0b59b2413 - Changed jetbrains ides to jetbrains toolbox to get more up to date versions
- Create a new Stylix module with wallpaper and font configuration
- Integrate Waybar into Niri
- Changed Discord application  to Vesktop
- Enable Waydroid virtualization
2025-12-08 10:50:50 +01:00

18 lines
226 B
Nix

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