fullscreen key, shell fixes, temp remove stremio

This commit is contained in:
atagen 2025-09-23 17:52:40 +10:00
parent a001eda458
commit a0f1298174
4 changed files with 19 additions and 11 deletions

View file

@ -1 +1,8 @@
{ pkgs, scope, ... }: scope "apps.streaming" <| pkgs.stremio
{ pkgs, ... }:
{
# apps.streaming = pkgs.stremio;
# nixpkgs.config.permittedInsecurePackages = [
# "qtwebengine-5.15.19"
# ];
user.packages = [ pkgs.brightnessctl ];
}