[Programs] Add "default.nix"

This commit is contained in:
Antoine Viallon 2023-02-04 23:09:35 +01:00
parent d5fa73ee65
commit 72c4333604
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 10 additions and 3 deletions

9
programs/default.nix Normal file
View file

@ -0,0 +1,9 @@
{ config, ... }:
{
imports = [
./htop.nix
./bash.nix
./git.nix
./nano.nix
];
}