picom
This commit is contained in:
parent
df3f846061
commit
0da764f729
|
@ -15,6 +15,7 @@ in {
|
|||
./launcher.nix
|
||||
./media.nix
|
||||
./neovim.nix
|
||||
./picom.nix
|
||||
./plasma.nix
|
||||
./shell.nix
|
||||
./ssh.nix
|
||||
|
|
|
@ -70,7 +70,6 @@
|
|||
virt-manager-qt
|
||||
i3
|
||||
wmctrl
|
||||
picom
|
||||
xwallpaper
|
||||
]) ++ [
|
||||
extra.agda
|
||||
|
|
9
home-manager/picom.nix
Normal file
9
home-manager/picom.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
backend = "glx";
|
||||
settings.refresh-rate = "144";
|
||||
vSync = false;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user