fix deprecation
This commit is contained in:
parent
4ac9491466
commit
9340a365a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, hostname, ... }: {
|
{ pkgs, hostname, ... }: {
|
||||||
services.fusuma = {
|
services.fusuma = {
|
||||||
extraPackages = with pkgs; [ systemd coreutils-full xorg.xprop ];
|
extraPackages = with pkgs; [ systemd coreutils-full xprop ];
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
swipe = {
|
swipe = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue