i love aurora (nixcats over nvf)
This commit is contained in:
parent
ddd128093d
commit
6d2bcbc66e
20 changed files with 772 additions and 145 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue