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
|
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,6 +72,7 @@
|
||||||
lm_sensors
|
lm_sensors
|
||||||
lsp-plugins
|
lsp-plugins
|
||||||
lutris
|
lutris
|
||||||
|
mangohud
|
||||||
mat2
|
mat2
|
||||||
mda_lv2
|
mda_lv2
|
||||||
metersLv2
|
metersLv2
|
||||||
|
|
|
@ -8,6 +8,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gamemode = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
gnupg = {
|
gnupg = {
|
||||||
agent = {
|
agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -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"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue