86 current 2024-03-06 21:11:46 23.11.4801.b7ee09cf5614 6.1.79 *

This commit is contained in:
Sky Hearn 2024-03-06 21:11:50 -08:00
parent 9b66abaf95
commit 7d8b46f018
1 changed files with 2 additions and 1 deletions

View File

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