mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
use maple font
This commit is contained in:
parent
1bbdd77d5c
commit
16ab036322
18 changed files with 222 additions and 32 deletions
|
|
@ -2,7 +2,7 @@
|
|||
programs.niri.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
waybar
|
||||
mako
|
||||
dunst
|
||||
rofi
|
||||
rofimoji
|
||||
rofi-power-menu
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
{pkgs, ...}: let
|
||||
fontPkgs = [
|
||||
pkgs.maple-mono.CN
|
||||
pkgs.sarasa-gothic
|
||||
pkgs.maple-mono.NF-CN
|
||||
pkgs.lxgw-wenkai
|
||||
pkgs.lxgw-neoxihei
|
||||
pkgs.noto-fonts-cjk-sans
|
||||
pkgs.noto-fonts
|
||||
pkgs.noto-fonts-emoji
|
||||
pkgs.nerd-fonts.jetbrains-mono
|
||||
pkgs.nur.repos.definfo.sarasa-term-sc-nerd
|
||||
pkgs.vollkorn
|
||||
];
|
||||
in {
|
||||
environment.systemPackages = fontPkgs;
|
||||
|
|
@ -21,6 +22,7 @@ in {
|
|||
defaultFonts = {
|
||||
monospace = [
|
||||
"Maple Mono NF CN"
|
||||
"Sarasa Term SC Nerd"
|
||||
"JetBrainsMono Nerd Font"
|
||||
];
|
||||
serif = ["LXGW WenKai"];
|
||||
|
|
|
|||
17
nixcfgs/modules/nixos/desktop/keyd.nix
Normal file
17
nixcfgs/modules/nixos/desktop/keyd.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
keyd
|
||||
];
|
||||
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
ids = ["*"];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "overload(control, esc)";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue