1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-07-02 22:46:00 +00:00
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-01-21 18:39:20 -05:00
parent 00dea0e846
commit 0c5c03049b
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
6 changed files with 43 additions and 21 deletions

View file

@ -1,5 +1,4 @@
{ pkgs, inputs, ... }:
{
{ pkgs, inputs, ... }: {
nixpkgs.overlays = import ../overlays.nix inputs;
home = {
@ -42,19 +41,6 @@
font = "Fira Code Light 11";
terminal = "kitty";
};
vscode = {
enable = true;
package = pkgs.vscodium;
extensions = with pkgs.vscode-extensions; [
editorconfig.editorconfig
jnoortheen.nix-ide
llvm-vs-code-extensions.vscode-clangd
mesonbuild.mesonbuild
rust-lang.rust-analyzer
skellock.just
wakatime.vscode-wakatime
];
};
};
services = {