feat(info): add info.env.wm

This commit is contained in:
Infinidoge 2022-05-07 23:58:35 -04:00
parent d0da574672
commit f176f27236
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,8 @@
services.xserver.windowManager.qtile.enable = true;
info.env.wm = "qtile";
environment.systemPackages = with pkgs; [
xsecurelock
];