mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
better software repartition
This commit is contained in:
parent
64a306d83c
commit
48c2b6f207
5 changed files with 26 additions and 21 deletions
10
flake.nix
10
flake.nix
|
@ -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; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue