feat: nixvim config
currently only for dnsc-air. can simply be imported in other hosts
This commit is contained in:
parent
ff32ecb811
commit
6543d4a7f3
21 changed files with 1541 additions and 10 deletions
|
|
@ -5,7 +5,6 @@
|
|||
agenix.url = "github:ryantm/agenix";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -17,6 +16,7 @@
|
|||
zellij-switch.url = "github:mostafaqanbaryan/zellij-switch";
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -28,6 +28,7 @@
|
|||
nix-homebrew,
|
||||
agenix,
|
||||
zellij-switch,
|
||||
nixvim,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue