bump: nix flake update

This commit is contained in:
2026-04-30 11:33:33 +01:00
parent ecdf754a3c
commit ed8f2b4499
3 changed files with 63 additions and 53 deletions
+11 -1
View File
@@ -1,6 +1,7 @@
{
den,
modules,
lib,
inputs,
...
}:
@@ -9,11 +10,15 @@
flake-file.inputs = {
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};
};
modules = {
nixvim = {
nixos =
{ home-manager, ... }:
{
};
homeManager =
{ pkgs, ... }:
{
@@ -23,6 +28,11 @@
programs.nixvim = {
enable = true;
defaultEditor = true;
nixpkgs = {
config = {
allowUnfree = true;
};
};
colorschemes.gruvbox-material.enable = true;
extraPackages = with pkgs; [
# formatters