mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Programs] Add "default.nix"
This commit is contained in:
parent
d5fa73ee65
commit
72c4333604
2 changed files with 10 additions and 3 deletions
9
programs/default.nix
Normal file
9
programs/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./htop.nix
|
||||
./bash.nix
|
||||
./git.nix
|
||||
./nano.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue