remove broken desktop-manager none

This commit is contained in:
lassulus 2024-06-25 23:15:00 +02:00
parent ed84e04a5d
commit 67c0e22bcb
2 changed files with 0 additions and 12 deletions

View File

@ -1,6 +1,5 @@
{
imports = [
./coma.nix
./none.nix
];
}

View File

@ -1,11 +0,0 @@
{ lib, ... }:
# Replace upstream none desktop-manager by a real none, that doesn't pull in
# any dependencies.
{
disabledModules = lib.singleton "services/x11/desktop-managers/none.nix";
config.services.xserver.desktopManager.session = lib.singleton {
name = "none";
bgSupport = true;
start = "";
};
}