This commit is contained in:
cnst
2024-07-15 12:57:49 +02:00
parent d6bbebf7f3
commit 91e09c461b
6 changed files with 33 additions and 34 deletions

12
flake.lock generated
View File

@@ -88,11 +88,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720960628, "lastModified": 1720999040,
"narHash": "sha256-PeV34jDie3qCng/NFtYKWyiS33emKA+3pCXCqdmP5ww=", "narHash": "sha256-8hOyF6dOnZ+xQpCdHPDMCJyq5KQsf5nIo6opWtxrJbw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "flake-firefox-nightly", "repo": "flake-firefox-nightly",
"rev": "6e805cba7c6fa8cf1fea868ac422ffbb31c080f7", "rev": "e47759524ae72d8570323dcaad461263eb3400c0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -522,11 +522,11 @@
}, },
"nixpkgs-stable_2": { "nixpkgs-stable_2": {
"locked": { "locked": {
"lastModified": 1720823163, "lastModified": 1720954236,
"narHash": "sha256-FZ5dnrvKkln9ESdoTR8R7GKW9rNpXNZrxGsOXsbsTpE=", "narHash": "sha256-1mEKHp4m9brvfQ0rjCca8P1WHpymK3TOr3v34ydv9bs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f12ee5f64c6a09995e71c9626d88c4efa983b488", "rev": "53e81e790209e41f0c1efa9ff26ff2fd7ab35e27",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -18,5 +18,10 @@
name = "Input Sans Narrow Light"; name = "Input Sans Narrow Light";
size = 10; size = 10;
}; };
cursorTheme = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
size = 24;
};
}; };
} }

View File

@@ -16,7 +16,6 @@
path = "[path]"; path = "[path]";
luasnip = "[snip]"; luasnip = "[snip]";
buffer = "[buffer]"; buffer = "[buffer]";
neorg = "[neorg]";
}; };
}; };
}; };
@@ -46,7 +45,6 @@
# Words from other open buffers can also be suggested. # Words from other open buffers can also be suggested.
option.get_bufnrs.__raw = "vim.api.nvim_list_bufs"; option.get_bufnrs.__raw = "vim.api.nvim_list_bufs";
} }
{name = "neorg";}
]; ];
}; };
}; };

View File

@@ -1,4 +0,0 @@
#!/bin/sh
export PATH="/etc/profiles/per-user/cnst/bin:$PATH"
echo "PATH=$PATH" > /tmp/tsserver-log.txt
exec /etc/profiles/per-user/cnst/bin/tsserver "$@" >> /tmp/tsserver-log.txt 2>&1

View File

@@ -55,27 +55,6 @@
wpa_supplicant wpa_supplicant
xfce.thunar-archive-plugin xfce.thunar-archive-plugin
xfce.thunar-volman xfce.thunar-volman
# misc.language_servers
typescript-language-server
typescript
nixd
nil
statix
hyprlang
alejandra
nixpkgs-fmt
pyright
isort
rustfmt
rust-analyzer
clippy
lua-language-server
stylua
nodePackages_latest.nodejs
nodePackages.prettier
prettierd
black
]; ];
sessionVariables = { sessionVariables = {
BROWSER = "firefox"; BROWSER = "firefox";

View File

@@ -73,12 +73,33 @@
gcc gcc
gnumake gnumake
cmake cmake
hyprlang
python3 python3
python312Packages.httplib2 python312Packages.httplib2
python312Packages.oauth2 python312Packages.oauth2
gtk3 gtk3
gtk4 gtk4
# misc.language_servers
typescript-language-server
typescript
nixd
nil
statix
hyprlang
alejandra
nixpkgs-fmt
pyright
isort
rustfmt
rust-analyzer
clippy
lua-language-server
stylua
nodePackages_latest.nodejs
nodePackages.prettier
prettierd
black
vimPlugins.nvim-treesitter-parsers.typescript
]; ];
}; };
} }