removed lingering nixpkgs-fmt

This commit is contained in:
cnst
2024-08-29 09:04:01 +02:00
parent 03599a2b35
commit 6befe2e0fe
5 changed files with 104 additions and 100 deletions

View File

@@ -52,11 +52,13 @@ in {
yamlls.enable = true;
lua-ls = {
enable = true;
settings.telemetry.enable = false;
settings.diagnostics = {
settings = {
telemetry.enable = false;
diagnostics = {
globals = ["vim"];
};
};
};
tsserver = {
enable = false; # TS/JS
};

View File

@@ -32,7 +32,7 @@ in {
alejandra.enable = true;
stylua.enable = true;
shfmt.enable = true;
nixpkgs_fmt.enable = true;
nixpkgs_fmt.enable = false;
google_java_format.enable = false;
prettier = {
enable = true;

View File

@@ -1,7 +1,8 @@
{ config
, lib
, modulesPath
, ...
{
config,
lib,
modulesPath,
...
}: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")

View File

@@ -1,11 +1,11 @@
# Yanked from fufexan!
{
inputs,
homeImports,
self,
...
{ inputs
, homeImports
, self
, ...
}: {
flake.nixosConfigurations = let
flake.nixosConfigurations =
let
# custom paths
userConfig = "${self}/home";
systemConfig = "${self}/system";
@@ -27,7 +27,8 @@
# get these into the module system
specialArgs = { inherit inputs self userConfig systemConfig hostConfig cnstConfig toothpickConfig adamConfig userModules systemModules; };
in {
in
{
cnix = nixosSystem {
inherit specialArgs;
modules =

View File

@@ -24,7 +24,7 @@
# Other utilities and tools
openssl # Required for some crates that involve networking or encryption
# alejandra
alejandra
# nixd
# pyright
# yaml-language-server