treewide: expand testbed interactions with Flake Parts tree

This commit is contained in:
NAHO 2025-07-11 15:19:21 +02:00
parent 79fab36b0f
commit 62c9ec3e0e
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185
5 changed files with 12 additions and 43 deletions

View file

@ -1,12 +1,5 @@
{ pkgs, ... }:
let
package = pkgs.gnome-text-editor;
in
{
stylix.testbed.ui.application = {
name = "org.gnome.TextEditor";
inherit package;
};
environment.systemPackages = [ package ];
stylix.testbed.ui.command.text = "gnome-text-editor flake-parts/flake.nix";
environment.systemPackages = [ pkgs.gnome-text-editor ];
}