Compare commits
3 Commits
0d9ea92d0a
...
0c19d38a51
Author | SHA1 | Date |
---|---|---|
Bauke | 0c19d38a51 | |
Bauke | 6c313e7cf5 | |
Bauke | 5579ad330e |
|
@ -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
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
lm_sensors
|
||||
lsp-plugins
|
||||
lutris
|
||||
mangohud
|
||||
mat2
|
||||
mda_lv2
|
||||
metersLv2
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
gamemode = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
gnupg = {
|
||||
agent = {
|
||||
enable = true;
|
||||
|
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue