17 lines
277 B
Nix
17 lines
277 B
Nix
{ ... }:
|
|
|
|
{
|
|
stylix = {
|
|
enable = true;
|
|
autoEnable = true;
|
|
|
|
image = ../../../wallpapers/maze.png;
|
|
|
|
opacity = {
|
|
applications = 0.9;
|
|
desktop = 0.5;
|
|
popups = 0.9;
|
|
terminal = 0.9;
|
|
};
|
|
};
|
|
} |