nixos-config/home/default.nix

17 lines
200 B
Nix
Raw Normal View History

2021-04-19 13:42:29 +02:00
{ ... }:
{
2021-04-19 14:29:38 +02:00
imports = [
2021-04-22 00:25:39 +02:00
./alacritty.nix
./emacs.nix
2021-04-19 15:51:50 +02:00
./flameshot.nix
./secrets
2021-04-21 04:05:19 +02:00
./themes
2021-04-19 18:59:24 +02:00
./tmux.nix
2021-04-19 14:29:38 +02:00
./x
];
2021-04-19 13:42:29 +02:00
home.stateVersion = "20.09";
home.username = "alarsyo";
}