picom
This commit is contained in:
parent
df3f846061
commit
0da764f729
|
@ -15,6 +15,7 @@ in {
|
||||||
./launcher.nix
|
./launcher.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
|
./picom.nix
|
||||||
./plasma.nix
|
./plasma.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
virt-manager-qt
|
virt-manager-qt
|
||||||
i3
|
i3
|
||||||
wmctrl
|
wmctrl
|
||||||
picom
|
|
||||||
xwallpaper
|
xwallpaper
|
||||||
]) ++ [
|
]) ++ [
|
||||||
extra.agda
|
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