nix-conf/hosts/hyuganatsu/users/u2h/default.nix
2024-11-03 20:26:10 -06:00

17 lines
214 B
Nix

{
config,
pkgs,
nix-gaming,
...
}: {
imports = [
../../../../user
];
home.username = "u2h";
home.packages = [
pkgs.opentabletdriver
nix-gaming.packages."x86_64-linux".osu-stable
];
}