mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
bump lix
This commit is contained in:
parent
b90ccc3c27
commit
821f44e5de
2 changed files with 4 additions and 36 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
lix-module = {
|
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";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
inputs,
|
|
||||||
outputs,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
#nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
home.enableNixpkgsReleaseCheck = false;
|
home.enableNixpkgsReleaseCheck = false;
|
||||||
|
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
|
|
@ -16,22 +9,10 @@
|
||||||
./nushell.nix
|
./nushell.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# nixpkgs = {
|
|
||||||
# overlays = [
|
|
||||||
# outputs.overlays.additions
|
|
||||||
# outputs.overlays.modifications
|
|
||||||
# outputs.overlays.unstable-packages
|
|
||||||
# inputs.helix.overlays.default
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# unstable.nix-output-monitor
|
|
||||||
|
|
||||||
# dotfiles
|
# dotfiles
|
||||||
age
|
age
|
||||||
unstable.chezmoi
|
unstable.chezmoi
|
||||||
|
|
||||||
nh
|
nh
|
||||||
|
|
||||||
# backup
|
# backup
|
||||||
|
|
@ -39,31 +20,22 @@
|
||||||
libnotify
|
libnotify
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
bash-language-server
|
|
||||||
starship
|
starship
|
||||||
btop
|
btop
|
||||||
ripgrep
|
ripgrep
|
||||||
fh
|
fh
|
||||||
fd
|
fd
|
||||||
glow
|
glow
|
||||||
lnav
|
|
||||||
git
|
git
|
||||||
|
|
||||||
fzf
|
fzf
|
||||||
just
|
just
|
||||||
|
|
||||||
# Software Dev
|
|
||||||
tig
|
|
||||||
# mold
|
|
||||||
|
|
||||||
# language servers
|
# language servers
|
||||||
efm-langserver
|
bash-language-server
|
||||||
|
taplo
|
||||||
sumneko-lua-language-server
|
sumneko-lua-language-server
|
||||||
nil
|
nil
|
||||||
alejandra
|
|
||||||
lemminx
|
|
||||||
pylyzer
|
|
||||||
ltex-ls # Spell checker
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
|
|
@ -73,7 +45,6 @@
|
||||||
theme = "catppuccin_macchiato";
|
theme = "catppuccin_macchiato";
|
||||||
editor = {
|
editor = {
|
||||||
auto-format = false;
|
auto-format = false;
|
||||||
# gutters = ["line-numbers", "diagnostics", "diff"]
|
|
||||||
end-of-line-diagnostics = "warning";
|
end-of-line-diagnostics = "warning";
|
||||||
|
|
||||||
bufferline = "multiple";
|
bufferline = "multiple";
|
||||||
|
|
@ -87,7 +58,6 @@
|
||||||
left = ["mode" "spinner" "spacer" "version-control" "file-name"];
|
left = ["mode" "spinner" "spacer" "version-control" "file-name"];
|
||||||
};
|
};
|
||||||
file-picker = {
|
file-picker = {
|
||||||
# git-ignore = false
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lsp = {
|
lsp = {
|
||||||
|
|
@ -103,8 +73,6 @@
|
||||||
normal = {
|
normal = {
|
||||||
C-right = "move_next_word_start";
|
C-right = "move_next_word_start";
|
||||||
C-left = "move_prev_word_end";
|
C-left = "move_prev_word_end";
|
||||||
# a = "insert_mode";
|
|
||||||
# i = "append_mode";
|
|
||||||
"=" = ":format";
|
"=" = ":format";
|
||||||
|
|
||||||
space = {
|
space = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue