From 3e47204a3f269c03a15a04736ab94301a87bb75e Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Wed, 20 May 2026 21:54:56 +0300 Subject: [PATCH] chore(flake): highlight "strings" Signed-off-by: s0me1newithhand7s --- flake.nix | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/flake.nix b/flake.nix index 0385872..77e7f7c 100644 --- a/flake.nix +++ b/flake.nix @@ -421,13 +421,13 @@ ]; imports = [ - # modules - inputs.disko.flakeModules.default - inputs.treefmt-nix.flakeModule - inputs.home-manager.flakeModules.home-manager - inputs.git-hooks-nix.flakeModule - inputs.devenv.flakeModule - inputs.github-actions-nix.flakeModule + inputs."agenix-rekey".flakeModule + inputs."disko".flakeModules.default + inputs."treefmt-nix".flakeModule + inputs."home-manager".flakeModules."home-manager" + inputs."git-hooks-nix".flakeModule + inputs."devenv".flakeModule + inputs."github-actions-nix".flakeModule ]; flake = let @@ -630,13 +630,14 @@ modules = [ "${self}/hand7s/standalone.nix" - inputs.spicetify-nix.homeManagerModules.default - inputs.hyprland.homeManagerModules.default - inputs.chaotic.homeManagerModules.default - inputs.sops-nix.homeManagerModules.sops - inputs.nix-index-database.homeModules.nix-index - inputs.noctalia.homeModules.default - inputs.stylix.homeModules.stylix + inputs."agenix".homeManagerModules."default" + inputs."spicetify-nix".homeManagerModules."default" + inputs."hyprland".homeManagerModules."default" + inputs."chaotic".homeManagerModules."default" + inputs."sops-nix".homeManagerModules."sops" + inputs."nix-index-database".homeModules."nix-index" + inputs."noctalia".homeModules."default" + inputs."stylix".homeModules."stylix" ]; }; };