nixos-config/modules/services/violet.nix

5 lines
88 B
Nix

{ ...}: {
imports =
[(import ./iceshrimp.nix)];
# ++ [(import ./tmux.nix)];
}