refactor flake.nix and osConfig organization
This commit is contained in:
14
homes/vbox/home.nix
Normal file
14
homes/vbox/home.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.picom = {
|
||||
backend = "xrender";
|
||||
settings = {
|
||||
blur = {
|
||||
method = "none";
|
||||
size = 0;
|
||||
deviation = 0.0;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user