moved to neovim

This commit is contained in:
ISnortPennies 2022-08-09 16:42:45 -04:00 committed by ISnortPennies
parent 8e626d25e7
commit 2d60e04682
20 changed files with 147 additions and 103 deletions

View file

@ -1,9 +1,8 @@
{ config, ... }:
{
hardware = {
nvidia = {
nvidiaPersistenced = true;
nvidiaPersistenced = false;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
modesetting.enable = true;
@ -12,7 +11,7 @@
enable = true;
driSupport = true;
driSupport32Bit = true;
};
};
};
}