nix: rework flake input

This commit is contained in:
Primrose 2024-08-02 02:46:55 +02:00
parent 16cbf92ec3
commit f5755d11a3
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
11 changed files with 128 additions and 132 deletions

View file

@ -1,13 +1,13 @@
{ pkgs, ... }:
let
inherit (pkgs) myPkgs ghc-pin;
inherit (pkgs) myPkgs;
in
{
imports = [ ./fonts.nix ];
home.packages = [
ghc-pin.ghc
ghc-pin.haskell-language-server
pkgs.qmk
pkgs.wally-cli