mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Nornalize names of flake inputs
This commit is contained in:
parent
842d8a518f
commit
2aeca33da2
6 changed files with 33 additions and 33 deletions
|
|
@ -15,7 +15,7 @@
|
|||
package = pkgs-unstable.vscodium;
|
||||
profiles.default.extensions =
|
||||
let
|
||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||
inherit (inputs.vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||
in
|
||||
[
|
||||
# Language Servers
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ let
|
|||
absoluteSecretsPath = "${self}/" + cfg.secretsFile;
|
||||
in
|
||||
{
|
||||
imports = [ inputs.sops-nix.homeManagerModules.sops ];
|
||||
imports = [ inputs.sops.homeManagerModules.sops ];
|
||||
|
||||
options.custom.sops = {
|
||||
enable = lib.mkEnableOption "";
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ let
|
|||
absoluteSecretsPath = "${self}/" + cfg.secretsFile;
|
||||
in
|
||||
{
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
imports = [ inputs.sops.nixosModules.sops ];
|
||||
|
||||
options.custom.sops = {
|
||||
enable = lib.mkEnableOption "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue