- Create a new Stylix module with wallpaper and font configuration - Integrate Waybar into Niri - Changed Discord application to Vesktop - Enable Waydroid virtualization
18 lines
226 B
Nix
18 lines
226 B
Nix
{pkgs, inputs, username, ...}:
|
|
{
|
|
|
|
imports = [
|
|
];
|
|
|
|
services = {
|
|
};
|
|
|
|
stylix = {
|
|
targets = {
|
|
kitty.enable = false;
|
|
kde.enable = false;
|
|
zen-browser.profileNames = [ "${username}" ];
|
|
};
|
|
};
|
|
}
|