Files
NixOS/modules/noctalia/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

14 lines
186 B
Nix

{pkgs, inputs, ...}:
{
imports = [
inputs.noctalia.homeModules.default
];
programs = {
noctalia-shell = {
enable = true;
systemd.enable = false;
};
};
}