config-perso/modules/default.nix
2024-03-17 11:31:42 +01:00

13 lines
192 B
Nix

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