This commit is contained in:
alsaiduq-lab 2025-09-15 19:13:53 -06:00
parent 040cfe90dd
commit d01ca6d158
4 changed files with 167 additions and 1 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.thorium ];
}