nixos/none: remove
This windowManager and desktopManager doesn't even have an option to use it. git history suggests to me that there's no way anyone finds this useful anymore.
This commit is contained in:
@@ -35,7 +35,7 @@ in
|
||||
./wmii.nix
|
||||
./xmonad.nix
|
||||
./qtile.nix
|
||||
./none.nix ];
|
||||
];
|
||||
|
||||
options = {
|
||||
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
services = {
|
||||
xserver = {
|
||||
windowManager = {
|
||||
session = [{
|
||||
name = "none";
|
||||
start = "";
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user