gui: remove dead code

This commit is contained in:
Colin 2023-07-02 11:35:03 +00:00
parent 9aea0945a5
commit bad0e9cc53

View File

@ -1,9 +1,4 @@
{ lib, config, ... }:
let
inherit (lib) mkDefault mkIf mkOption types;
cfg = config.sane.gui;
in
{ ... }:
{
imports = [
./gnome.nix