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