system/fonts: init from legacy

This commit is contained in:
Felix Buehler 2023-04-04 00:12:19 +02:00
parent a3e7d59f58
commit eafb6ddbb7
5 changed files with 46 additions and 32 deletions

View file

@ -1,9 +1,5 @@
{ config, lib, pkgs, ... }:
{
imports = [
./fonts.nix
];
programs.gnome-disks.enable = true;
services.udisks2.enable = true;