mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
feat: clean up the repo
This commit is contained in:
parent
bc9c310c77
commit
f6ec9f37eb
249 changed files with 804 additions and 13048 deletions
|
|
@ -1,8 +0,0 @@
|
|||
{ config, pkgs, ... }: {
|
||||
fonts.fonts = with pkgs; [
|
||||
cantarell-fonts
|
||||
font-awesome
|
||||
cozette
|
||||
(nerdfonts.override { fonts = [ "Iosevka" ]; })
|
||||
] ++ map (variant: iosevka-bin.override { inherit variant; } ) [ "" "ss10" "aile" ];
|
||||
}
|
||||
|
|
@ -1,17 +1,18 @@
|
|||
{ meta, config, lib, inputs, tf, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
meta,
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
home-manager = {
|
||||
extraSpecialArgs = {
|
||||
inherit inputs tf meta;
|
||||
inherit inputs meta;
|
||||
nixos = config;
|
||||
};
|
||||
sharedModules = [
|
||||
inputs.nix-doom-emacs.hmModule
|
||||
meta.modules.home
|
||||
meta.modules.type
|
||||
];
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue