mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: rework flake input
This commit is contained in:
parent
16cbf92ec3
commit
f5755d11a3
11 changed files with 128 additions and 132 deletions
|
|
@ -4,21 +4,18 @@
|
|||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (pkgs) ghc-pin myPkgs;
|
||||
inherit (pkgs) myPkgs;
|
||||
in
|
||||
|
||||
{
|
||||
home = {
|
||||
username = "ychiang";
|
||||
homeDirectory = "/udd/ychiang";
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
ghc-pin.ghc
|
||||
ghc-pin.cabal-install
|
||||
ghc-pin.haskell-language-server
|
||||
myPkgs.necrolib
|
||||
];
|
||||
home.packages = [ myPkgs.necrolib ];
|
||||
|
||||
home.file."hiosevka-font" = {
|
||||
source = "${myPkgs.hiosevka-nerd-font-mono}/share/fonts/truetype";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue