Move program files into program directory.

This commit is contained in:
jay
2025-06-29 01:24:44 -04:00
parent f5ace14702
commit 1ba638571f
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }: {
programs.firefox.enable = true;
}

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }: {
programs.git.enable = true;
}