mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -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,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
flake.lib = {
|
||||
mkHome = modules: system:
|
||||
mkHome =
|
||||
modules: system:
|
||||
inputs.home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import inputs.nixpkgs {
|
||||
inherit
|
||||
|
@ -22,7 +24,8 @@
|
|||
modules
|
||||
;
|
||||
};
|
||||
mkLinuxSystem = modules:
|
||||
mkLinuxSystem =
|
||||
modules:
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
flake = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue