WIP: treewide: refactor to use flake-parts
first pass of my flake refactor using flake-parts
This commit is contained in:
parent
c487a997fe
commit
502c926f9f
77 changed files with 723 additions and 795 deletions
modules
|
@ -1,6 +1,5 @@
|
|||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.nh.nixosModules.default
|
||||
./prometheus.nix
|
||||
./security.nix
|
||||
./users.nix
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue