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

feat: add fork-cleaner

This commit is contained in:
Ryan Cao 2023-07-27 11:25:17 +08:00
parent 4b88989b5e
commit ca991354a8
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
3 changed files with 32 additions and 5 deletions

View file

@ -4,6 +4,7 @@
agenix,
fenix,
catppuccin,
caarlos0,
...
}: {
environment.systemPackages = with pkgs; [
@ -56,7 +57,6 @@
spicetify-cli
mkcert
nerdfix
opencv
pscale
pyenv
railway
@ -68,6 +68,7 @@
vivid
xh
zoxide
caarlos0.packages.${system}.fork-cleaner
];
services.nix-daemon.enable = true;
@ -139,6 +140,7 @@
home-manager.extraSpecialArgs = {
agenixModule = agenix.homeManagerModules.age;
ctpModule = catppuccin.homeManagerModules.catppuccin;
caarlosModule = caarlos0.homeManagerModules.default;
};
users.users.ryanccn.home = "/Users/ryanccn";