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
|
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
|
||||||
|
|
|
@ -72,7 +72,6 @@
|
||||||
lm_sensors
|
lm_sensors
|
||||||
lsp-plugins
|
lsp-plugins
|
||||||
lutris
|
lutris
|
||||||
mangohud
|
|
||||||
mat2
|
mat2
|
||||||
mda_lv2
|
mda_lv2
|
||||||
metersLv2
|
metersLv2
|
||||||
|
|
|
@ -8,10 +8,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
gamemode = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
gnupg = {
|
gnupg = {
|
||||||
agent = {
|
agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -23,9 +23,19 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = [ "Hasklig" ];
|
monospace = [
|
||||||
sansSerif = [ "Inter" ];
|
"Hasklig"
|
||||||
serif = [ "Inter" ];
|
"Victor Mono"
|
||||||
|
"DejaVu Sans Mono"
|
||||||
|
];
|
||||||
|
sansSerif = [
|
||||||
|
"Inter"
|
||||||
|
"DejaVu Sans"
|
||||||
|
];
|
||||||
|
serif = [
|
||||||
|
"Inter"
|
||||||
|
"DejaVu Sans"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue