- Create a new Stylix module with wallpaper and font configuration - Integrate Waybar into Niri - Changed Discord application to Vesktop - Enable Waydroid virtualization
14 lines
186 B
Nix
14 lines
186 B
Nix
{pkgs, inputs, ...}:
|
|
{
|
|
imports = [
|
|
inputs.noctalia.homeModules.default
|
|
];
|
|
|
|
programs = {
|
|
noctalia-shell = {
|
|
enable = true;
|
|
systemd.enable = false;
|
|
};
|
|
};
|
|
}
|