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:
parent
4b88989b5e
commit
ca991354a8
3 changed files with 32 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue