moved programs.nix to modules dir
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
python3
|
||||
];
|
||||
}
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
../programs.nix
|
||||
./hardware.nix
|
||||
../../syncthing_base.nix
|
||||
];
|
||||
|
Reference in New Issue
Block a user