nix/users/tristand.nix

24 lines
329 B
Nix

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