.
This commit is contained in:
parent
59a1fbaf0f
commit
ac3dac322d
78 changed files with 893 additions and 802 deletions
17
modules/home/application/default.nix
Normal file
17
modules/home/application/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
imports = [
|
||||
./bitwarden
|
||||
./chrome
|
||||
./discord
|
||||
./ladybird
|
||||
./matrix
|
||||
./obs
|
||||
./onlyoffice
|
||||
./signal
|
||||
./steam
|
||||
./studio
|
||||
./teamspeak
|
||||
./thunderbird
|
||||
./zen
|
||||
];
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@ let
|
|||
inherit (lib) mkIf mkEnableOption;
|
||||
|
||||
cfg = config.${namespace}.application.studio;
|
||||
studioPackage = pkgs.callPackage (repoRoot + "/packages/studio/default.nix") {
|
||||
studioPackage = pkgs.callPackage (repoRoot + "/packages/studio/package.nix") {
|
||||
inherit erosanixLib;
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue