chanage hosts in homeConfigs to comply with new layout
This commit is contained in:
14
homeConfigs/hosts/vbox.nix
Normal file
14
homeConfigs/hosts/vbox.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.picom = {
|
||||
backend = "xrender";
|
||||
settings = {
|
||||
blur = {
|
||||
method = "none";
|
||||
size = 0;
|
||||
deviation = 0.0;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user