Configuration for pang13

This commit is contained in:
Elnu 2023-09-23 13:06:15 -07:00
parent 7734fbcd64
commit f342ac6f9d
10 changed files with 138 additions and 6 deletions

5
hosts/pang13/apps.nix Normal file
View file

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