mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: cleaned up
This commit is contained in:
parent
0710d7d059
commit
f462a6f1a7
1 changed files with 6 additions and 3 deletions
|
@ -3,9 +3,11 @@
|
||||||
inputs,
|
inputs,
|
||||||
self,
|
self,
|
||||||
...
|
...
|
||||||
}: {
|
}:
|
||||||
|
{
|
||||||
flake.lib = {
|
flake.lib = {
|
||||||
mkHome = modules: system:
|
mkHome =
|
||||||
|
modules: system:
|
||||||
inputs.home-manager.lib.homeManagerConfiguration {
|
inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = import inputs.nixpkgs {
|
pkgs = import inputs.nixpkgs {
|
||||||
inherit
|
inherit
|
||||||
|
@ -22,7 +24,8 @@
|
||||||
modules
|
modules
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
mkLinuxSystem = modules:
|
mkLinuxSystem =
|
||||||
|
modules:
|
||||||
inputs.nixpkgs.lib.nixosSystem {
|
inputs.nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
flake = {
|
flake = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue