5 lines
156 B
Nix
5 lines
156 B
Nix
{ pkgs, ... }:
|
|
{
|
|
stylix.testbed.ui.command.text = "gnome-text-editor flake-parts/flake.nix";
|
|
environment.systemPackages = [ pkgs.gnome-text-editor ];
|
|
}
|