[NixOS] Add notify-osd service

This commit is contained in:
2021-07-18 20:19:06 -06:00
parent 5fde5ccd1f
commit 84137f30be
6 changed files with 14 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
{
imports = [
../users.nix
../full.nix
../dfinity.nix
];
@@ -25,6 +26,10 @@
videoDrivers = [ "nvidia" ];
};
hardware.nvidia.modesetting.enable = true;
hardware.opengl.driSupport32Bit = true;
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];