Revert "Merge pull request #9034 from kamilchm/qtile-wm"
This reverts commit 27c73e252a042e88b3fae35f538d7e719d8ba9ea, reversing changes made to 94302941148d606a5f3956adcca6ed70064eb6c8.
This commit is contained in:
parent
5b3c3adce1
commit
203dad10fe
@ -19,7 +19,7 @@ in
|
|||||||
# E.g., if KDE is enabled, it supersedes xterm.
|
# E.g., if KDE is enabled, it supersedes xterm.
|
||||||
imports = [
|
imports = [
|
||||||
./none.nix ./xterm.nix ./xfce.nix ./kde4.nix ./kde5.nix
|
./none.nix ./xterm.nix ./xfce.nix ./kde4.nix ./kde5.nix
|
||||||
./e19.nix ./gnome3.nix ./kodi.nix ./qtile.nix
|
./e19.nix ./gnome3.nix ./kodi.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
let
|
|
||||||
cfg = config.services.xserver.desktopManager.qtile;
|
|
||||||
in
|
|
||||||
|
|
||||||
{
|
|
||||||
options = {
|
|
||||||
services.xserver.windowManager.qtile.enable = mkEnableOption "qtile";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
services.xserver.desktopManager.session = [{
|
|
||||||
name = "qtile";
|
|
||||||
start = ''
|
|
||||||
${pkgs.qtile}/bin/qtile
|
|
||||||
waitPID=$!
|
|
||||||
'';
|
|
||||||
}];
|
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.qtile ];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user