setup home-manager
This commit is contained in:
parent
b49a8088cc
commit
d108086e94
7 changed files with 81 additions and 11 deletions
14
home-manager/services/picom.nix
Normal file
14
home-manager/services/picom.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
shadow = true;
|
||||
settings = {
|
||||
corner-radius = 5;
|
||||
rounded-corners-exclude = [
|
||||
"window_type = 'dock'"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue