1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-06-08 04:59:29 +00:00
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-05-26 13:34:45 -04:00
parent 58bc04d360
commit 2566b6da29
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
13 changed files with 191 additions and 33 deletions

View file

@ -11,7 +11,10 @@
];
};
nixpkgs = {
config.allowUnfree = true;
config = {
allowUnfree = true;
nvidia.acceptLicense = true;
};
overlays = import ../overlays.nix inputs;
};
@ -48,4 +51,4 @@
font = "gr928-8x16-thin"; # https://adeverteuil.github.io/linux-console-fonts-screenshots/
keyMap = "us";
};
}
}