add nvf to flake

This commit is contained in:
Sakooooo 2024-12-25 18:28:30 +04:00
parent c057fb6757
commit c6777d624e
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2291 additions and 10 deletions

2298
flake.lock

File diff suppressed because it is too large Load diff

View file

@ -34,10 +34,11 @@
hyprland.url = "github:hyprwm/Hyprland";
hyprpaper.url = "github:hyprwm/hyprpaper";
rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor";
nvf.url = "github:notashelf/nvf";
};
outputs = { self, nixpkgs, home-manager, NixOS-WSL, agenix, emacs-overlay
, hyprland, hyprpaper, ags, ... }@inputs:
, hyprland, hyprpaper, ags, nvf, ... }@inputs:
let
inherit (self) outputs;
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" ];