tachibana
This commit is contained in:
parent
5a35993e17
commit
5cf0138da6
|
|
@ -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"];
|
||||
|
|
|
|||
|
|
@ -4,4 +4,6 @@
|
|||
];
|
||||
|
||||
home.username = "ahnwuoa";
|
||||
u.has.activitywatch = true;
|
||||
u.has.jp = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue