WIP: treewide: refactor to use flake-parts

first pass of my flake refactor using flake-parts
This commit is contained in:
notohh 2024-04-16 21:02:33 -04:00
commit 502c926f9f
Signed by: notohh
GPG key ID: BD47506D475EE86D
77 changed files with 723 additions and 795 deletions

View file

@ -1,6 +1,5 @@
{inputs, ...}: {
imports = [
inputs.nh.nixosModules.default
./prometheus.nix
./security.nix
./users.nix

View file

@ -5,6 +5,7 @@
inputs.helix.overlays.default
inputs.yazi.overlays.default
inputs.wezterm.overlays.default
inputs.hyprland.overlays.default
inputs.hypridle.overlays.default
inputs.hyprlock.overlays.default
inputs.hyprpicker.overlays.default
@ -20,7 +21,7 @@
};
};
nh = {
programs.nh = {
enable = true;
clean = {
enable = true;