mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: actually started my internship
This commit is contained in:
parent
061895bfc9
commit
5fbc61bfa6
2 changed files with 6 additions and 5 deletions
15
nix/home/mertensia/default.nix
Normal file
15
nix/home/mertensia/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
inherit (pkgs) ghc-pin;
|
||||
in
|
||||
{
|
||||
home = {
|
||||
username = "ychiang";
|
||||
homeDirectory = "/udd/ychiang";
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
ghc-pin.ghc
|
||||
ghc-pin.haskell-language-server
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue