nix: smarter default home path

This commit is contained in:
Primrose 2024-06-23 23:40:00 +02:00
parent b0ae4af80d
commit 2f469059a4
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 7 additions and 11 deletions

View file

@ -1,12 +1,10 @@
{ pkgs, lib, ... }:
{ pkgs, ... }:
let
inherit (pkgs) myPkgs ghc-pin;
in
{
imports = [ ./fonts.nix ];
home.homeDirectory = lib.mkForce "/Users/leana";
home.packages = [
ghc-pin.ghc
ghc-pin.haskell-language-server