chore(flake): update inputs

This commit is contained in:
Felix Schröter 2021-05-12 23:10:30 +02:00
parent a9f3fb56c5
commit 7d57567af9
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 36 additions and 31 deletions
desktop

View file

@ -1,5 +1,5 @@
{ config, pkgs, ... }:
{
services.dbus.packages = with pkgs; [ gnome3.dconf ];
services.dbus.packages = with pkgs; [ gnome.dconf ];
}