nix-conf/hosts/hyuganatsu/users/u2h/default.nix

17 lines
214 B
Nix
Raw Normal View History

2024-11-03 21:23:34 -05:00
{
config,
pkgs,
nix-gaming,
...
}: {
imports = [
../../../../user
];
home.username = "u2h";
home.packages = [
pkgs.opentabletdriver
nix-gaming.packages."x86_64-linux".osu-stable
];
}