better software repartition

This commit is contained in:
chloe 2025-07-02 21:22:26 +02:00
parent 64a306d83c
commit 48c2b6f207
5 changed files with 26 additions and 21 deletions

View file

@ -27,9 +27,9 @@
url = "git+https://git.rougebordeaux.xyz/harry123/nix-secrets-next.git";
flake = false;
};
miovim.url = "git+https://git.rougebordeaux.xyz/harry123/miovim.git";
*/
miovim.url = "git+https://git.rougebordeaux.xyz/harry123/miovim.git";
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgsUnstable";
@ -110,6 +110,10 @@
./home-manager/home.nix
catppuccin.homeModules.catppuccin
];
home.packages = [
inputs.miovim.packages.${system}.default
];
};
home-manager.extraSpecialArgs = { inherit inputs; };
}
@ -132,6 +136,10 @@
./home-manager/home.nix
catppuccin.homeModules.catppuccin
];
home.packages = [
inputs.miovim.packages.${system}.default
];
};
home-manager.extraSpecialArgs = { inherit inputs; };
}