config-perso/modules/default.nix
2024-05-14 19:21:19 +02:00

15 lines
215 B
Nix

let
sway = import ./desktop/sway.nix;
in
{
home = {
sway = sway.home;
neovim = ./neovim;
zsh = ./zsh.nix;
ssh = ./ssh.nix;
mail = ./mail.nix;
};
global = {
sway = sway.global;
};
}