home: use agenix modules via flake
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -25,18 +25,16 @@
|
||||
emacs-overlay.url = github:nix-community/emacs-overlay;
|
||||
nvim-overlay = {
|
||||
url = github:nix-community/neovim-nightly-overlay;
|
||||
# inputs.nixpkgs.url = github:nixos/nixpkgs?rev=fad51abd42ca17a60fc1d4cb9382e2d79ae31836;
|
||||
};
|
||||
hyprland = {
|
||||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hyprland-contrib = {
|
||||
url = github:hyprwm/contrib;
|
||||
#inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
agenix.url = github:ryantm/agenix;
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, ... }:
|
||||
|
Reference in New Issue
Block a user