summaryrefslogblamecommitdiff
path: root/hermes/home-manager/leo/gui/default.nix
blob: f3f51bf8ea3e9a03926c71d4a56b78f2ff26b528 (plain) (tree)
1
2
3
4
5
6
7

             
              

    
                      
 
{...}: {
  imports = [
    ./sway.nix
  ];

  sway.enable = false;
}