tachibana

This commit is contained in:
caandt 2025-10-31 15:59:20 -05:00
parent 5a35993e17
commit 5cf0138da6
2 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,12 @@
networking.hostName = "tachibana";
time.timeZone = "America/Chicago";
services.xserver = {
videoDrivers = ["nvidia"];
deviceSection = ''Option "TearFree" "true"'';
};
hardware.nvidia.open = false;
nixpkgs.config.allowUnfree = true;
users.users.ahnwuoa = {
isNormalUser = true;
extraGroups = ["wheel"];

View file

@ -4,4 +4,6 @@
];
home.username = "ahnwuoa";
u.has.activitywatch = true;
u.has.jp = true;
}