Implemented NVF

This commit is contained in:
Asdam9
2026-07-21 23:36:34 +02:00
parent ad25b27fc6
commit e76024ee28
8 changed files with 239 additions and 9 deletions

View File

@@ -9,6 +9,11 @@
nixvim.url = "github:nix-community/nixvim";
wrappers.url = "github:Lassulus/wrappers";
stylix.url = "github:danth/stylix";
nvf = {
url = "github:NotAShelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
hjem = {
url = "github:feel-co/hjem";
inputs.nixpkgs.follows = "nixpkgs";
@@ -17,7 +22,6 @@
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
qml-niri = {
url = "github:imiric/qml-niri/main";
inputs.nixpkgs.follows = "nixpkgs";