mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-31 04:40:22 +01:00
add blur to terminal with picom
This commit is contained in:
@@ -274,7 +274,18 @@ in
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
};
|
||||
|
||||
services.picom.enable = true;
|
||||
services.picom = {
|
||||
enable = true;
|
||||
vSync = true;
|
||||
settings = {
|
||||
backend = "glx";
|
||||
blur = {
|
||||
method = "gaussian";
|
||||
size = 10;
|
||||
deviation = 5.0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# systemd.services.background-image = {
|
||||
# wantedBy = [ "multi-user.target" ];
|
||||
|
||||
Reference in New Issue
Block a user