Compare commits
No commits in common. "0c19d38a51277d95fc6395861b2fa53d6b76366d" and "0d9ea92d0a51f98ee50c9d03791bf0939f28c19b" have entirely different histories.
0c19d38a51
...
0d9ea92d0a
|
@ -5,12 +5,10 @@ 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,7 +72,6 @@
|
|||
lm_sensors
|
||||
lsp-plugins
|
||||
lutris
|
||||
mangohud
|
||||
mat2
|
||||
mda_lv2
|
||||
metersLv2
|
||||
|
|
|
@ -8,10 +8,6 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
gamemode = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
gnupg = {
|
||||
agent = {
|
||||
enable = true;
|
||||
|
|
|
@ -23,9 +23,19 @@
|
|||
fonts = {
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
monospace = [ "Hasklig" ];
|
||||
sansSerif = [ "Inter" ];
|
||||
serif = [ "Inter" ];
|
||||
monospace = [
|
||||
"Hasklig"
|
||||
"Victor Mono"
|
||||
"DejaVu Sans Mono"
|
||||
];
|
||||
sansSerif = [
|
||||
"Inter"
|
||||
"DejaVu Sans"
|
||||
];
|
||||
serif = [
|
||||
"Inter"
|
||||
"DejaVu Sans"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue