Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-09-02 12:59:18 +00:00
parent 8e234ca18e
commit c5f2af61a6
7 changed files with 43 additions and 35 deletions

View File

@@ -6,6 +6,7 @@
imports = [
./atuin.nix
./bash.nix
./jujutsu.nix
./bat.nix
./direnv.nix
./eza.nix

5
modules/home/jujutsu.nix Normal file
View File

@@ -0,0 +1,5 @@
{
programs.jujutsu = {
enable = true;
};
}

View File

@@ -1,10 +1,8 @@
{
programs.nixvim = {
globals = {
# clipboard = "osc52";
};
opts = {
clipboard = "unnamedplus";
expandtab = true;
ignorecase = true;
mouse = "";

View File

@@ -6,9 +6,10 @@
servers = {
nil_ls.enable = true; # Nix
ts_ls.enable = true; # TS/JS
volar.enable = true; # Vue
cssls.enable = true; # CSS
dockerls.enable = true; # Docker
# elixirls.enable = true; # Elixir
elixirls.enable = true; # Elixir
};
};
};

View File

@@ -7,12 +7,14 @@
};
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
bash
fish
elixir
fish
heex
json
nix
toml
typescript
vue
yaml
];
};

View File

@@ -2,6 +2,7 @@
with pkgs; [
(callPackage ./bin/open-project.nix {})
age
devenv
lsof
alejandra
delta