nixos-config/home/default.nix

22 lines
275 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
2021-07-29 00:07:33 +02:00
./bat.nix
./emacs.nix
2021-04-23 22:05:27 +02:00
./env.nix
./fish
2021-04-19 15:51:50 +02:00
./flameshot.nix
2021-07-24 02:18:15 +02:00
./laptop.nix
./secrets
2021-04-22 16:21:30 +02:00
./starship.nix
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";
}