[NixOS] Enable picom vsync for machines other than ryzen-shine
This commit is contained in:
8
nixos/options.nix
Normal file
8
nixos/options.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ lib, ... }: {
|
||||
options = {
|
||||
modules.xmonad.picom.vSync.enable = lib.makeOption {
|
||||
default = true;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user