update con

This commit is contained in:
iofq 2024-09-08 13:39:39 -05:00
parent d7d5226ed2
commit 001edf9832
15 changed files with 214 additions and 93 deletions

View file

@ -12,7 +12,6 @@ in {
./nano.nix
./backups.nix
];
environment.systemPackages = with pkgs; [
cryptsetup
nfs-utils
@ -116,9 +115,8 @@ in {
};
};
hardware.opengl = {
hardware.graphics = {
enable = true;
setLdLibraryPath = true;
extraPackages = [
pkgs.mesa.drivers
pkgs.libGL