diff --git a/dot_config/flake/home/gui.nix b/dot_config/flake/home/gui.nix index 38172ae..59a7430 100644 --- a/dot_config/flake/home/gui.nix +++ b/dot_config/flake/home/gui.nix @@ -21,6 +21,8 @@ # Office libreoffice obsidian + + (config.lib.nixGL.wrap unstable.onagre) ]; # programs.vscode.enable = true; diff --git a/dot_config/flake/home/wash/wash.nix b/dot_config/flake/home/wash/wash.nix index d23f256..b854704 100644 --- a/dot_config/flake/home/wash/wash.nix +++ b/dot_config/flake/home/wash/wash.nix @@ -1,7 +1,12 @@ -{pkgs, ...}: { +{ + config, + pkgs, + ... +}: { imports = [../common.nix ../gnome.nix ../home-backup.nix ../gui.nix]; home.packages = with pkgs; [ ventoy + (config.lib.nixGL.wrap renderdoc) ]; } diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index d1af0c5..299a112 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -2,6 +2,7 @@ clangd = { command = "clangd", args = ["--header-insertion=never"]} biome = { command = "biome", args = ["lsp-proxy"] } fish_lsp = {command = "fish-lsp", args = ["start"]} +slangd = {command = "slangd"} [[language]] name = "fish" @@ -26,6 +27,18 @@ scope = "source.nix" auto-format = true formatter = { command = "alejandra", args = ["-q"] } +[[language]] +name = "slang" +scope = "source.slang" +file-types = ["slang"] +auto-format = true +language-servers = [{name = "slangd"}] +comment-token = "//" + +[[grammar]] +name = "slang" +source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-slang", rev = "3ed23c04a412a0559162d9cadf96dfff7cb36079" } + ################## ### BiomeJS Setup ################## diff --git a/dot_config/yazi/empty_yazi.toml b/dot_config/yazi/empty_yazi.toml index 6b9e794..01e4961 100644 --- a/dot_config/yazi/empty_yazi.toml +++ b/dot_config/yazi/empty_yazi.toml @@ -1,2 +1,2 @@ [manager] -ratio = [1, 1, 0] +ratio = [0, 4, 0]