mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: smarter default home path
This commit is contained in:
parent
b0ae4af80d
commit
2f469059a4
4 changed files with 7 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue