mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Programs] Add "default.nix"
This commit is contained in:
parent
d5fa73ee65
commit
72c4333604
2 changed files with 10 additions and 3 deletions
|
|
@ -8,9 +8,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./programs/nano.nix
|
./programs
|
||||||
./programs/git.nix
|
|
||||||
./programs/htop.nix
|
|
||||||
./overlays.nix
|
./overlays.nix
|
||||||
(mkRenamedOptionModule [ "aviallon" "programs" "compileFlags" ] [ "aviallon" "optimizations" "extraCompileFlags" ])
|
(mkRenamedOptionModule [ "aviallon" "programs" "compileFlags" ] [ "aviallon" "optimizations" "extraCompileFlags" ])
|
||||||
];
|
];
|
||||||
|
|
|
||||||
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