1
0
Fork 0
nixos/services/desktop/i3.nix

17 lines
261 B
Nix
Raw Normal View History

{ pkgs }:
#with lib;
#mkIf (elem "i3" cfg.xserver.wms) {
# i3 =
{
enable = true;
configFile = ../../config/etc/i3/config;
extraPackages = with pkgs; [
dmenu
file
i3lock
i3status
];
}