1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Add Kazam

This commit is contained in:
RGBCube 2023-05-17 22:45:47 +03:00
parent 394dadc875
commit 76ce20b2f4
2 changed files with 16 additions and 0 deletions

View file

@ -7,3 +7,18 @@ with pkgs; systemFonts [
];
})
]
"editor.comments.ignoreEmptyLines": false,
"editor.experimental.asyncTokenization": true,
"editor.folding": false,
"editor.fontFamily": "JetBrainsMono Nerd Font ",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.fontWeight": "400",
"editor.guides.bracketPairsHorizontal": true,
"editor.inlayHints.fontSize": 11,
"editor.inlineSuggest.enabled": true,
"editor.lineHeight": 22,
"editor.lineNumbers": "relative",
"editor.minimap.enabled": false,
"editor.renderWhitespace": "boundary",
"editor.smoothScrolling": true,

View file

@ -26,6 +26,7 @@
(with pkgs; homePackages "nixos" [
jetbrains.idea-ultimate
kazam
obs-studio
qbittorrent
vscode-fhs