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 = [
|
||||
# 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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue