feat: neovim lsp

This commit is contained in:
DACHXY 2025-01-13 18:46:15 +08:00
parent 45563277d5
commit c8ef495a63
22 changed files with 177 additions and 86 deletions

View file

@ -2,7 +2,11 @@
description = "DACHXY NixOS with hyprland";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-unstable";
};
pipewire-screenaudio.url = "github:IceDBorn/pipewire-screenaudio";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
@ -67,7 +71,7 @@
nixosConfigurations = {
dn-pre7780 = nixpkgs.lib.nixosSystem {
modules = [
nvf.nixosModules.default
nvf.nixosModules.default
nix-index-database.nixosModules.nix-index
./system/dev/dn-pre7780
];