nxricelib

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-19 17:28:08 +02:00
parent 1683946235
commit bf7848df01
9 changed files with 157 additions and 111 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
{ config, pkgs, lib, user, rice, allowed, ... }:
{
home.packages = [
@@ -78,7 +78,7 @@
];
userSettings = {
workbench.colorTheme = "Just Black";
editor.fontFamily = "'CaskaydiaCove Nerd Font', 'monospace', monospace";
editor.fontFamily = "'${rice.font.code.name2}', 'monospace', monospace";
emote.SSH.useLocalServer = false;
};
enableUpdateCheck = false;