tests: Remove desktop import

Fixes an issue where NixOS tests weren't exactly treated as
containers, presumably since they run inside QEMU.

The previous dependency on stylix is no longer necessary since
base16-nvim was upstreamed, although it may be ideal to split
it into its own module at a later date.
This commit is contained in:
Donovan Glover 2024-09-01 15:11:52 -04:00
parent 50f8c3eb00
commit 0b0deb55b7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,7 +9,6 @@ self.inputs.nixpkgs.lib.nixos.runTest {
{ nix-config, ... }:
{
imports = with nix-config.nixosModules; [
desktop
shell
system
];