Revert "nixos/none: remove"

This commit is contained in:
worldofpeace
2020-04-02 04:07:18 -04:00
committed by GitHub
parent f75c11cfdf
commit 60a1732276
5 changed files with 22 additions and 2 deletions
@@ -35,7 +35,7 @@ in
./wmii.nix
./xmonad.nix
./qtile.nix
];
./none.nix ];
options = {
@@ -0,0 +1,12 @@
{
services = {
xserver = {
windowManager = {
session = [{
name = "none";
start = "";
}];
};
};
};
}