my dissapointment is imesurable and my day is ruined
This reverts commit 28e54c8abf
.
This commit is contained in:
parent
dd5e853ac8
commit
9f5069f14a
2 changed files with 0 additions and 16 deletions
|
@ -14,6 +14,5 @@
|
||||||
./nextcloud
|
./nextcloud
|
||||||
./rssguard
|
./rssguard
|
||||||
./localsend
|
./localsend
|
||||||
./stremio
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
{ outputs, options, config, lib, pkgs, ...}:
|
|
||||||
let
|
|
||||||
cfg = config.modules.desktop.apps.stremio;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.modules.desktop.apps.stremio = {
|
|
||||||
enable = lib.mkEnableOption false;
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
users.users.sako.packages = with pkgs; [
|
|
||||||
stremio
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue