mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add Kazam
This commit is contained in:
parent
394dadc875
commit
76ce20b2f4
2 changed files with 16 additions and 0 deletions
|
@ -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,
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
(with pkgs; homePackages "nixos" [
|
(with pkgs; homePackages "nixos" [
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
|
kazam
|
||||||
obs-studio
|
obs-studio
|
||||||
qbittorrent
|
qbittorrent
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue