nix/users/tristand.nix
Tristan Druyen af308b1621
Inline doom conf to this repo
- Rework module loading for hm-mods
- Inline doom conf
2023-10-19 17:30:06 +02:00

26 lines
330 B
Nix

{ pkgs
, config
, inputs
, system
, ...
}:
{
imports = [
../home-mods/common
../home-mods/shell
../home-mods/desktop
../home-mods/dev
../home-mods/firefox
../home-mods/plasma
../home-mods/virt
];
config = {
home = {
username = "tristand";
stateVersion = "23.05";
};
};
}