summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-08-20 11:03:32 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-08-21 08:10:30 -0700
commit4867ebd8c596afd79e3b51e8381e745e85e143fc (patch)
treea8b421029f3e2a2fce627ceb4dbf21a421941661 /nixos/modules/services/x11/window-managers
parent3cfa38874afe2925a9d300f562199ee73b42b33e (diff)
downloadnixpkgs-4867ebd8c596afd79e3b51e8381e745e85e143fc.tar
nixpkgs-4867ebd8c596afd79e3b51e8381e745e85e143fc.tar.gz
nixpkgs-4867ebd8c596afd79e3b51e8381e745e85e143fc.tar.bz2
nixpkgs-4867ebd8c596afd79e3b51e8381e745e85e143fc.tar.lz
nixpkgs-4867ebd8c596afd79e3b51e8381e745e85e143fc.tar.xz
nixpkgs-4867ebd8c596afd79e3b51e8381e745e85e143fc.tar.zst
nixpkgs-4867ebd8c596afd79e3b51e8381e745e85e143fc.zip
nixos/qtile: update start command
Diffstat (limited to 'nixos/modules/services/x11/window-managers')
-rw-r--r--nixos/modules/services/x11/window-managers/qtile.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/window-managers/qtile.nix b/nixos/modules/services/x11/window-managers/qtile.nix
index cadc316bbc4..835b41d4ada 100644
--- a/nixos/modules/services/x11/window-managers/qtile.nix
+++ b/nixos/modules/services/x11/window-managers/qtile.nix
@@ -15,7 +15,7 @@ in
     services.xserver.windowManager.session = [{
       name = "qtile";
       start = ''
-        ${pkgs.qtile}/bin/qtile &
+        ${pkgs.qtile}/bin/qtile start &
         waitPID=$!
       '';
     }];