non important commit

This commit is contained in:
maxstrb 2026-01-27 11:03:38 +01:00
parent 28abb9cb14
commit b729cfefd2
3 changed files with 22 additions and 49 deletions

67
flake.lock generated
View file

@ -128,11 +128,11 @@
]
},
"locked": {
"lastModified": 1760948891,
"narHash": "sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4=",
"lastModified": 1768135262,
"narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "864599284fc7c0ba6357ed89ed5e2cd5040f0c04",
"rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
"type": "github"
},
"original": {
@ -260,11 +260,11 @@
},
"mnw": {
"locked": {
"lastModified": 1758834834,
"narHash": "sha256-Y7IvY4F8vajZyp3WGf+KaiIVwondEkMFkt92Cr9NZmg=",
"lastModified": 1767030222,
"narHash": "sha256-kSvWF3Xt2HW9hmV5V7i8PqeWJIBUKmuKoHhOgj3Znzs=",
"owner": "Gerg-L",
"repo": "mnw",
"rev": "cfbc7d1cc832e318d0863a5fc91d940a96034001",
"rev": "75bb637454b0fbbb5ed652375a4bf7ffd28bcf6f",
"type": "github"
},
"original": {
@ -275,18 +275,22 @@
},
"ndg": {
"inputs": {
"nixpkgs": "nixpkgs_2"
"nixpkgs": [
"nvf",
"nixpkgs"
]
},
"locked": {
"lastModified": 1765435293,
"narHash": "sha256-HRp4g6qBCb8vpJ17s2FacMRXRszM73uBiR56aILMELA=",
"lastModified": 1768214250,
"narHash": "sha256-hnBZDQWUxJV3KbtvyGW5BKLO/fAwydrxm5WHCWMQTbw=",
"owner": "feel-co",
"repo": "ndg",
"rev": "65bf834b332d5f8b28d95ea14c7974be7c272971",
"rev": "a6bd3c1ce2668d096e4fdaaa03ad7f03ba1fbca8",
"type": "github"
},
"original": {
"owner": "feel-co",
"ref": "refs/tags/v2.6.0",
"repo": "ndg",
"type": "github"
}
@ -307,38 +311,6 @@
"type": "github"
}
},
"nixpkgs-nvf": {
"locked": {
"lastModified": 1766902085,
"narHash": "sha256-coBu0ONtFzlwwVBzmjacUQwj3G+lybcZ1oeNSQkgC0M=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c0b0e0fddf73fd517c3471e546c0df87a42d53f4",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c0b0e0fddf73fd517c3471e546c0df87a42d53f4",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1764242076,
"narHash": "sha256-sKoIWfnijJ0+9e4wRvIgm/HgE27bzwQxcEmo2J/gNpI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2fad6eac6077f03fe109c4d4eb171cf96791faa4",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"inputs": {
"flake-parts": [
@ -371,22 +343,22 @@
"mnw": "mnw",
"ndg": "ndg",
"nixpkgs": [
"nixpkgs-nvf"
"nixpkgs"
],
"systems": "systems"
},
"locked": {
"lastModified": 1765537745,
"narHash": "sha256-EaFYxx2aSuM2xx+l+E55YNMCJOoQBl2tJybxyF0pPqw=",
"lastModified": 1768464392,
"narHash": "sha256-H3DRARqclUFdUaWgu1xQEb86/wrh41ZG0fIQJVjcZdE=",
"owner": "notashelf",
"repo": "nvf",
"rev": "8e031476d0d7f326b63c9c5522f840e2f8b724c0",
"rev": "007f14a2c8d67568f4655654b401871920d73011",
"type": "github"
},
"original": {
"owner": "notashelf",
"ref": "v0.8",
"repo": "nvf",
"rev": "007f14a2c8d67568f4655654b401871920d73011",
"type": "github"
}
},
@ -396,7 +368,6 @@
"hexecute": "hexecute",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-nvf": "nixpkgs-nvf",
"nvf": "nvf",
"stylix": "stylix",
"zen-browser": "zen-browser"

View file

@ -6,8 +6,9 @@
blueprints = ./project-blueprints;
in {
home.packages = [
pkgs.tea
(pkgs.writeScriptBin "create-project" ''
#!${pkgs.nushell}/bin/nu
#!${lib.getExe pkgs.nushell}
def main [
type?: string

View file

@ -70,6 +70,7 @@
css.enable = true;
html = {
enable = true;
format.enable = true;
lsp.servers = [
"emmet-ls"
"superhtml"