refactor
This commit is contained in:
parent
1206380efd
commit
7203fc1ed9
51 changed files with 175 additions and 108 deletions
14
home-manager/sajenim/features/desktop/picom/default.nix
Normal file
14
home-manager/sajenim/features/desktop/picom/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{...}: {
|
||||
services.picom = {
|
||||
enable = true;
|
||||
shadow = true;
|
||||
backend = "glx";
|
||||
settings = {
|
||||
corner-radius = 10;
|
||||
rounded-corners-exclude = [
|
||||
"window_type = 'dock'"
|
||||
"class_g = 'Rofi'"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue