add nvf to flake
This commit is contained in:
parent
c057fb6757
commit
c6777d624e
2 changed files with 2291 additions and 10 deletions
2298
flake.lock
2298
flake.lock
File diff suppressed because it is too large
Load diff
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue