boxen/home/profiles/i3/default.nix

8 lines
89 B
Nix

{ config, pkgs, lib, ... }:
{
xsession.windowManager.i3 = {
enable = true;
};
}