mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: renamed home -> homeConfigurations
This commit is contained in:
parent
5b95c43559
commit
6d1844ebf0
16 changed files with 0 additions and 0 deletions
|
|
@ -1,30 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (pkgs) ghc-pin 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.file."hiosevka-font" = {
|
||||
source = "${myPkgs.hiosevka-nerd-font-mono}/share/fonts/truetype";
|
||||
target = "${config.home.homeDirectory}/.local/share/fonts/truetype";
|
||||
};
|
||||
|
||||
# it gets turned off so I need to run it more frequently
|
||||
nix.gc.frequency = lib.mkForce "3 hours";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue