nix/users/tristand.nix
2023-11-09 19:33:08 +01:00

22 lines
312 B
Nix

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