From 821f44e5de0eff4e163df7dc190d5c34bf27ad17 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Jul 2025 23:27:19 -0400 Subject: [PATCH] bump lix --- dot_config/flake/flake.nix | 2 +- dot_config/flake/home/common.nix | 38 +++----------------------------- 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 5ccc230..e3b3620 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = { diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index e68c467..ea42c83 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -1,11 +1,4 @@ -{ - inputs, - outputs, - pkgs, - ... -}: { - #nixpkgs.config.allowUnfree = true; - +{pkgs, ...}: { home.enableNixpkgsReleaseCheck = false; xdg.enable = true; @@ -16,22 +9,10 @@ ./nushell.nix ]; - # nixpkgs = { - # overlays = [ - # outputs.overlays.additions - # outputs.overlays.modifications - # outputs.overlays.unstable-packages - # inputs.helix.overlays.default - # ]; - # }; - home.packages = with pkgs; [ - # unstable.nix-output-monitor - # dotfiles age unstable.chezmoi - nh # backup @@ -39,31 +20,22 @@ libnotify # Shell - bash-language-server starship btop ripgrep fh fd glow - lnav git fzf just - # Software Dev - tig - # mold - # language servers - efm-langserver + bash-language-server + taplo sumneko-lua-language-server nil - alejandra - lemminx - pylyzer - ltex-ls # Spell checker ]; programs.helix = { @@ -73,7 +45,6 @@ theme = "catppuccin_macchiato"; editor = { auto-format = false; - # gutters = ["line-numbers", "diagnostics", "diff"] end-of-line-diagnostics = "warning"; bufferline = "multiple"; @@ -87,7 +58,6 @@ left = ["mode" "spinner" "spacer" "version-control" "file-name"]; }; file-picker = { - # git-ignore = false }; lsp = { @@ -103,8 +73,6 @@ normal = { C-right = "move_next_word_start"; C-left = "move_prev_word_end"; - # a = "insert_mode"; - # i = "append_mode"; "=" = ":format"; space = {