chore(flake): update inputs

This commit is contained in:
Felix Schröter 2022-01-20 17:30:25 +01:00
parent 6fdae78a7b
commit 6fc31b1426
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 19 additions and 19 deletions
desktop

View file

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