can you now stop making noice nix please stop complaining

This commit is contained in:
2025-12-12 01:38:45 +00:00
parent 92d70ee2fc
commit c22a16c4ea
11 changed files with 63 additions and 24 deletions

View File

@@ -86,7 +86,7 @@ in
# };
#};
#extensions = [
# (inputs.vicinae.mkVicinaeExtension.${pkgs.system} {
# (inputs.vicinae.mkVicinaeExtension.${pkgs.stdenv.hostPlatform.system} {
# inherit pkgs;
# name = "extension-name";
# src = pkgs.fetchFromGitHub {
@@ -211,8 +211,8 @@ in
zed-editor
# Language tooling from inputs
#inputs.qs-qml.packages.${pkgs.system}.qml-ts-mode
#inputs.qs-qml.packages.${pkgs.system}.tree-sitter-qmljs
#inputs.qs-qml.packages.${pkgs.stdenv.hostPlatform.system}.qml-ts-mode
#inputs.qs-qml.packages.${pkgs.stdenv.hostPlatform.system}.tree-sitter-qmljs
############################
# Game Dev / Engines
@@ -273,13 +273,13 @@ in
############################
# Experimental (inputs)
############################
#inputs.ladybird.packages."${pkgs.system}".ladybird
#inputs.hyprlauncher.packages.${pkgs.system}.default
#inputs.ladybird.packages."${pkgs.stdenv.hostPlatform.system}".ladybird
#inputs.hyprlauncher.packages.${pkgs.stdenv.hostPlatform.system}.default
############################
# Blockchain (inputs)
############################
#inputs.caelestia-cli.packages.${pkgs.system}.caelestia-cli
#inputs.caelestia.packages.${pkgs.system}.caelestia-shell
#inputs.caelestia-cli.packages.${pkgs.stdenv.hostPlatform.system}.caelestia-cli
#inputs.caelestia.packages.${pkgs.stdenv.hostPlatform.system}.caelestia-shell
];
}