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
denoland.vscode-deno
eamodio.gitlens
EdwinKofler.vscode-assorted-languages
jnoortheen.nix-ide
jock.svg
mkhl.direnv
nvarner.typst-lsp
oven.bun-vscode
ozaki.markdown-github-dark
pinage404.nix-extension-pack
ritwickdey.LiveServer

View File

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

View File

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

View File

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