nixos-config/home/default.nix

16 lines
180 B
Nix

{ ... }:
{
imports = [
./emacs.nix
./flameshot.nix
./secrets
./themes
./tmux.nix
./x
];
home.stateVersion = "20.09";
home.username = "alarsyo";
}