1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: nixd, lix -> nix, update fonts

This commit is contained in:
Ryan Cao 2024-06-17 10:45:28 +08:00
parent e9455b9098
commit 3404601a4a
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
8 changed files with 91 additions and 64 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
inputs,
self,
...
}: {
imports = [
@ -45,7 +46,7 @@
useUserPackages = true;
extraSpecialArgs = {
inherit inputs;
inherit self inputs;
};
users.ryanccn = import ./home;