1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-20 17:01:09 -05:00
parent 1528d29d8b
commit afd5a0087f

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
home = {
stateVersion = "24.11";
@ -36,6 +36,17 @@
font.name = "Fira Code";
themeFile = "mayukai";
};
vscode = {
enable = true;
package = pkgs.vscodium;
extensions = with pkgs.vscode-extensions; [
editorconfig.editorconfig
jnoortheen.nix-ide
redhat.vscode-xml
rust-lang.rust-analyzer
wakatime.vscode-wakatime
];
};
};
gtk = {