i love aurora (nixcats over nvf)

This commit is contained in:
Dea 2026-02-19 13:46:23 -05:00
parent ddd128093d
commit 6d2bcbc66e
20 changed files with 772 additions and 145 deletions

View file

@ -6,7 +6,8 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
nvf.url = "github:notashelf/nvf";
# nvf.url = "github:notashelf/nvf";
nixcats.url = "github:BirdeeHub/nixCats-nvim";
plasma-manager = {
url = "github:nix-community/plasma-manager";
@ -16,9 +17,8 @@
};
outputs =
inputs@{ self, nixpkgs, ... }:
inputs@{ self, nixpkgs, nixcats, ... }:
let
system = "x86_64-linux";
lib = nixpkgs.lib;
commonModules = [