@@ -6,6 +6,7 @@
|
||||
imports = [
|
||||
./atuin.nix
|
||||
./bash.nix
|
||||
./jujutsu.nix
|
||||
./bat.nix
|
||||
./direnv.nix
|
||||
./eza.nix
|
||||
|
||||
5
modules/home/jujutsu.nix
Normal file
5
modules/home/jujutsu.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -1,10 +1,8 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
globals = {
|
||||
# clipboard = "osc52";
|
||||
};
|
||||
opts = {
|
||||
clipboard = "unnamedplus";
|
||||
expandtab = true;
|
||||
ignorecase = true;
|
||||
mouse = "";
|
||||
|
||||
@@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -7,12 +7,14 @@
|
||||
};
|
||||
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
||||
bash
|
||||
fish
|
||||
elixir
|
||||
fish
|
||||
heex
|
||||
json
|
||||
nix
|
||||
toml
|
||||
typescript
|
||||
vue
|
||||
yaml
|
||||
];
|
||||
};
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
with pkgs; [
|
||||
(callPackage ./bin/open-project.nix {})
|
||||
age
|
||||
devenv
|
||||
lsof
|
||||
alejandra
|
||||
delta
|
||||
|
||||
Reference in New Issue
Block a user