mv vscode to develop; fix font
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
./core.nix
|
||||
../modules/home/hyprland
|
||||
../modules/home/vscode
|
||||
../modules/home/xdg.nix
|
||||
../modules/home/theme.nix
|
||||
../modules/home/fcitx.nix
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./vscode
|
||||
];
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
dbeaver-bin
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
source-han-sans # 思源黑体
|
||||
source-han-serif # 思源宋体
|
||||
|
||||
nerdfonts.jetbrains-mono
|
||||
# nerd-fonts.jetbrains-mono
|
||||
# nerdfonts
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
|
||||
Reference in New Issue
Block a user