mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
refactor: redo app launcher
This commit is contained in:
parent
f59fe534cf
commit
fbd9c212e5
6 changed files with 134 additions and 99 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue