Fix: picom - bad package definition
This commit is contained in:
parent
cf06d8b10c
commit
7a1225d3ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = pkgs.picom ;
|
home.packages = [ pkgs.picom ] ;
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
backend = "glx"; # plus fluide si ta carte gère bien OpenGL
|
backend = "glx"; # plus fluide si ta carte gère bien OpenGL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue