moved programs.nix to modules dir

This commit is contained in:
Richie Cahill
2024-04-14 23:57:42 -04:00
committed by Alice Huston
parent 4a9f6a8983
commit c8a542408e
4 changed files with 0 additions and 43 deletions

View File

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
git
python3
];
}

View File

@ -1,6 +1,5 @@
{
imports = [
../programs.nix
./hardware.nix
../../syncthing_base.nix
];