mirror of
https://github.com/nmasur/dotfiles
synced 2026-01-07 09:41:15 +00:00
fixes to get nix flake check working with new updates
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
(pkgs.vimPlugins.nvim-treesitter.withPlugins (_plugins: [
|
(pkgs.vimPlugins.nvim-treesitter.withPlugins (_plugins: [
|
||||||
pkgs.nmasur.ini-grammar
|
pkgs.nmasur.tree-sitter-ini
|
||||||
pkgs.nmasur.puppet-grammar
|
pkgs.nmasur.tree-sitter-puppet
|
||||||
pkgs.nmasur.rasi-grammar
|
pkgs.nmasur.tree-sitter-rasi
|
||||||
pkgs.nmasur.vimdoc-grammar
|
pkgs.nmasur.tree-sitter-vimdoc
|
||||||
pkgs.tree-sitter-grammars.tree-sitter-bash
|
pkgs.tree-sitter-grammars.tree-sitter-bash
|
||||||
pkgs.tree-sitter-grammars.tree-sitter-c
|
pkgs.tree-sitter-grammars.tree-sitter-c
|
||||||
pkgs.tree-sitter-grammars.tree-sitter-fish
|
pkgs.tree-sitter-grammars.tree-sitter-fish
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
inherit (config.nmasur.settings) username;
|
||||||
cfg = config.nmasur.presets.programs.zellij;
|
cfg = config.nmasur.presets.programs.zellij;
|
||||||
|
|
||||||
zellij-switch-to-last = pkgs.writeShellScriptBin "zellij-switch-to-last" ''
|
zellij-switch-to-last = pkgs.writeShellScriptBin "zellij-switch-to-last" ''
|
||||||
@@ -199,7 +200,7 @@ in
|
|||||||
if pkgs.stdenv.isDarwin then
|
if pkgs.stdenv.isDarwin then
|
||||||
[
|
[
|
||||||
"env"
|
"env"
|
||||||
"PATH=${config.home.homeDirectory}/.nix-profile/bin:/usr/bin"
|
"PATH=${config.home.homeDirectory}/.nix-profile/bin:/etc/profiles/per-user/${username}/bin:/usr/bin"
|
||||||
(lib.getExe pkgs.jjui)
|
(lib.getExe pkgs.jjui)
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -27,6 +27,8 @@ in
|
|||||||
pkgs.skate # Key-value store
|
pkgs.skate # Key-value store
|
||||||
pkgs.charm # Manage account and filesystem
|
pkgs.charm # Manage account and filesystem
|
||||||
pkgs.pop # Send emails from a TUI
|
pkgs.pop # Send emails from a TUI
|
||||||
|
# pkgs.snitch # Network
|
||||||
|
pkgs.comma # Nix-index auto-launch
|
||||||
|
|
||||||
pkgs.crush # AI LLM Agent
|
pkgs.crush # AI LLM Agent
|
||||||
pkgs.gemini-cli # AI LLM Agent
|
pkgs.gemini-cli # AI LLM Agent
|
||||||
|
|||||||
Reference in New Issue
Block a user