infrastructure/config/users/kat/sway/default.nix
2021-07-06 01:00:41 +01:00

14 lines
179 B
Nix

{ config, pkgs, ... }:
{
deploy.profile.sway = true;
imports = [
./waybar
./mako.nix
./sway.nix
./gammastep.nix
./konawall.nix
./packages.nix
];
}