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, ... }: {
|
||||
services.fusuma = {
|
||||
extraPackages = with pkgs; [ systemd coreutils-full xorg.xprop ];
|
||||
extraPackages = with pkgs; [ systemd coreutils-full xprop ];
|
||||
enable = true;
|
||||
settings = {
|
||||
swipe = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue