home: remove unused import

This commit is contained in:
insects 2024-10-30 11:39:32 +01:00
parent 8a5be644b8
commit 5eb4f266ad

View file

@ -2,7 +2,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ imports = [
./global.nix ./global.nix
./global.linux.nix
./features/desktop ./features/desktop
./features/devel/js.nix ./features/devel/js.nix
./features/devel/java.nix ./features/devel/java.nix