update con
This commit is contained in:
parent
d7d5226ed2
commit
001edf9832
15 changed files with 214 additions and 93 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue