mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat: add sops module
This commit is contained in:
@@ -5,11 +5,14 @@
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixvim = {
|
||||
url = "github:Superredstone/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
spotiflac-cli.url = "github:Superredstone/spotiflac-cli";
|
||||
};
|
||||
@@ -20,6 +23,7 @@
|
||||
home-manager,
|
||||
nixvim,
|
||||
spotiflac-cli,
|
||||
sops-nix,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
@@ -32,6 +36,7 @@
|
||||
overlays
|
||||
nixvim
|
||||
spotiflac-cli
|
||||
sops-nix
|
||||
inputs
|
||||
nixpkgs
|
||||
home-manager
|
||||
|
||||
Reference in New Issue
Block a user