refactor: redo app launcher

This commit is contained in:
kossLAN 2025-10-16 18:30:10 -04:00
parent f59fe534cf
commit fbd9c212e5
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
6 changed files with 134 additions and 99 deletions

View file

@ -15,9 +15,9 @@
(system: fn system nixpkgs.legacyPackages.${system});
in {
packages = forEachSystem (system: pkgs: rec {
default = minmat;
minmat = pkgs.stdenv.mkDerivation {
pname = "minmat";
default = dots;
dots = pkgs.stdenv.mkDerivation {
pname = "dots";
version = "0.1.0";
src = ./shell;