feat: add home-manager for rakushun

This commit is contained in:
Ryan Yin
2024-04-01 15:14:54 +08:00
parent 74b948a722
commit 347ae9d4b1

View File

@@ -27,6 +27,9 @@
{modules.secrets.server.application.enable = true;} {modules.secrets.server.application.enable = true;}
{modules.secrets.server.operation.enable = true;} {modules.secrets.server.operation.enable = true;}
]; ];
home-modules = map mylib.relativeToRoot [
"home/linux/tui.nix"
];
}; };
inherit (inputs) nixos-rk3588; inherit (inputs) nixos-rk3588;