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

@@ -1,8 +1,8 @@
{ pkgs, ... }:
{
imports = [
./firefox.nix
./git.nix
./programs/firefox.nix
./programs/git.nix
];
nixpkgs = {