This commit is contained in:
shibazaki 2025-04-21 18:33:56 +02:00
parent 574222c251
commit 37fb1672cb
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
wootility wootility
qutebrowser qutebrowser
tor-browser-bundle-bin tor-browser-bundle-bin
upower
]; ];
programs.bat.enable = true; programs.bat.enable = true;

View File

@ -26,4 +26,6 @@
hardware.opengl.extraPackages = with pkgs; [ hardware.opengl.extraPackages = with pkgs; [
rocmPackages.clr rocmPackages.clr
]; ];
services.upower.enable = true;
} }