Changed: Neovim Conf

This commit is contained in:
2025-03-26 13:54:00 +01:00
parent 68effe3e29
commit 04e98c48d1
4 changed files with 35 additions and 47 deletions

View File

@@ -21,7 +21,7 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
hyprland.url = "github:hyprwm/Hyprland";
home-manager.url = "github:nix-community/home-manager/release-24.05";
@@ -36,6 +36,11 @@
url = "github:catppuccin/bat";
flake = false;
};
nvchad4nix = {
url = "github:nix-community/nix4nvchad";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs @ {
@@ -57,7 +62,7 @@
m920q = let
username = "phil";
specialArgs = {inherit username;};
specialArgs = {inherit username; inherit system; inherit inputs;};
in
nixpkgs.lib.nixosSystem {
inherit specialArgs;