added the terminal

This commit is contained in:
Bryan Ramos 2023-06-08 14:05:33 -04:00
parent a170c028cf
commit 180a98fa25
5 changed files with 66 additions and 2 deletions

View file

@ -19,6 +19,7 @@
allowUnfree = true;
};
};
myTerminal = pkgs.callPackage ./terminal/shell.nix { };
in
{
@ -34,5 +35,7 @@
}
];
};
defaultPackage.x86_64-linux = myTerminal;
};
}