test
This commit is contained in:
parent
a934fd1fb5
commit
f1f6bd199a
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@
|
|||
# Hyprland Flake
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
# nixvim - neovim configuration management in nix
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
nixvim.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
nixvim.url = "github:nix-community/nixvim/nixos-23.11";
|
||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue