1
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Bauke 0c19d38a51
Remove fallback fonts. 2024-03-04 16:19:38 +01:00
Bauke 6c313e7cf5
Add gamemode and mangohud. 2024-03-04 16:18:49 +01:00
Bauke 5579ad330e
Save new extensions. 2024-03-04 16:18:27 +01:00
4 changed files with 10 additions and 13 deletions

View File

@ -5,10 +5,12 @@ Catppuccin.catppuccin-vsc
Catppuccin.catppuccin-vsc-icons Catppuccin.catppuccin-vsc-icons
denoland.vscode-deno denoland.vscode-deno
eamodio.gitlens eamodio.gitlens
EdwinKofler.vscode-assorted-languages
jnoortheen.nix-ide jnoortheen.nix-ide
jock.svg jock.svg
mkhl.direnv mkhl.direnv
nvarner.typst-lsp nvarner.typst-lsp
oven.bun-vscode
ozaki.markdown-github-dark ozaki.markdown-github-dark
pinage404.nix-extension-pack pinage404.nix-extension-pack
ritwickdey.LiveServer ritwickdey.LiveServer

View File

@ -72,6 +72,7 @@
lm_sensors lm_sensors
lsp-plugins lsp-plugins
lutris lutris
mangohud
mat2 mat2
mda_lv2 mda_lv2
metersLv2 metersLv2

View File

@ -8,6 +8,10 @@
enable = true; enable = true;
}; };
gamemode = {
enable = true;
};
gnupg = { gnupg = {
agent = { agent = {
enable = true; enable = true;

View File

@ -23,19 +23,9 @@
fonts = { fonts = {
fontconfig = { fontconfig = {
defaultFonts = { defaultFonts = {
monospace = [ monospace = [ "Hasklig" ];
"Hasklig" sansSerif = [ "Inter" ];
"Victor Mono" serif = [ "Inter" ];
"DejaVu Sans Mono"
];
sansSerif = [
"Inter"
"DejaVu Sans"
];
serif = [
"Inter"
"DejaVu Sans"
];
}; };
}; };