config-perso/modules/default.nix

14 lines
192 B
Nix
Raw Normal View History

2024-03-17 11:31:42 +01:00
let
sway = import ./desktop/sway.nix;
in {
home = {
sway = sway.home;
neovim = ./neovim;
zsh = ./zsh.nix;
ssh = ./ssh.nix;
};
global = {
sway = sway.global;
};
2024-03-12 17:26:16 +01:00
}