nixos-config/home/default.nix

13 lines
138 B
Nix
Raw Normal View History

2021-04-19 13:42:29 +02:00
{ ... }:
{
2021-04-19 14:29:38 +02:00
imports = [
./emacs.nix
2021-04-19 15:51:50 +02:00
./flameshot.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";
}