diff --git a/configuration.nix b/configuration.nix index c863d31..69387b2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - + # amdgpu stuffs boot.initrd.kernelModules = [ "amdgpu" ]; services.xserver.videoDrivers = [ "amdgpu" ]; @@ -301,6 +301,7 @@ clipcatd & # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + wireguard-tools pulseaudio bash vim