All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m25s
20 lines
288 B
Nix
20 lines
288 B
Nix
{ ... }:
|
|
|
|
{
|
|
mods.game.enable = false;
|
|
mods.hyprland.enable = false;
|
|
mods.x11.enable = true;
|
|
programs.firefox.enable = false;
|
|
|
|
services.picom = {
|
|
backend = "xrender";
|
|
settings = {
|
|
blur = {
|
|
method = "none";
|
|
size = 0;
|
|
deviation = 0.0;
|
|
};
|
|
};
|
|
};
|
|
}
|