pkgs: use main package entry point
This commit is contained in:
parent
f598aae48b
commit
6c0df153a3
@ -18,6 +18,7 @@ in {
|
|||||||
./configs/zsh.nix
|
./configs/zsh.nix
|
||||||
./dbuild
|
./dbuild
|
||||||
./gui
|
./gui
|
||||||
|
./pkgs
|
||||||
#./overlays
|
#./overlays
|
||||||
./services
|
./services
|
||||||
./system/nix-config.nix
|
./system/nix-config.nix
|
||||||
@ -97,8 +98,6 @@ in {
|
|||||||
boot.cleanTmpDir = true;
|
boot.cleanTmpDir = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(callPackage ./pkgs/got.nix { inherit isUnstable; })
|
|
||||||
|
|
||||||
age
|
age
|
||||||
apg
|
apg
|
||||||
bind
|
bind
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
with pkgs; {
|
with pkgs; {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(callPackage ./cinny-desktop.nix { inherit isUnstable; })
|
#(callPackage ./cinny-desktop.nix { inherit isUnstable; })
|
||||||
(callPackage ./mudita-center.nix { inherit isUnstable; })
|
#(callPackage ./mudita-center.nix { inherit isUnstable; })
|
||||||
|
(callPackage ./got.nix { inherit isUnstable; })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user