chore(flake): highlight "strings"
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
c5af9f2233
commit
3e47204a3f
1 changed files with 15 additions and 14 deletions
29
flake.nix
29
flake.nix
|
|
@ -421,13 +421,13 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
# modules
|
inputs."agenix-rekey".flakeModule
|
||||||
inputs.disko.flakeModules.default
|
inputs."disko".flakeModules.default
|
||||||
inputs.treefmt-nix.flakeModule
|
inputs."treefmt-nix".flakeModule
|
||||||
inputs.home-manager.flakeModules.home-manager
|
inputs."home-manager".flakeModules."home-manager"
|
||||||
inputs.git-hooks-nix.flakeModule
|
inputs."git-hooks-nix".flakeModule
|
||||||
inputs.devenv.flakeModule
|
inputs."devenv".flakeModule
|
||||||
inputs.github-actions-nix.flakeModule
|
inputs."github-actions-nix".flakeModule
|
||||||
];
|
];
|
||||||
|
|
||||||
flake = let
|
flake = let
|
||||||
|
|
@ -630,13 +630,14 @@
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
"${self}/hand7s/standalone.nix"
|
"${self}/hand7s/standalone.nix"
|
||||||
inputs.spicetify-nix.homeManagerModules.default
|
inputs."agenix".homeManagerModules."default"
|
||||||
inputs.hyprland.homeManagerModules.default
|
inputs."spicetify-nix".homeManagerModules."default"
|
||||||
inputs.chaotic.homeManagerModules.default
|
inputs."hyprland".homeManagerModules."default"
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs."chaotic".homeManagerModules."default"
|
||||||
inputs.nix-index-database.homeModules.nix-index
|
inputs."sops-nix".homeManagerModules."sops"
|
||||||
inputs.noctalia.homeModules.default
|
inputs."nix-index-database".homeModules."nix-index"
|
||||||
inputs.stylix.homeModules.stylix
|
inputs."noctalia".homeModules."default"
|
||||||
|
inputs."stylix".homeModules."stylix"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue