initial commit
This commit is contained in:
14
home/services/picom/default.nix
Normal file
14
home/services/picom/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.picom = {
|
||||
enable = true;
|
||||
shadow = false;
|
||||
fade = false;
|
||||
activeOpacity = 1.0;
|
||||
inactiveOpacity = 1.0; # yeah, i'm a freak like that
|
||||
backend = "xrender"; # can use "glx"
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user