remove broken desktop-manager none
This commit is contained in:
parent
ed84e04a5d
commit
67c0e22bcb
@ -1,6 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./coma.nix
|
||||
./none.nix
|
||||
];
|
||||
}
|
||||
|
@ -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 = "";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user