feat: add fonts
This commit is contained in:
@@ -8,6 +8,16 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-cjk-sans
|
||||||
|
noto-fonts-emoji
|
||||||
|
liberation_ttf
|
||||||
|
mplus-outline-fonts.githubRelease
|
||||||
|
dina-font
|
||||||
|
proggyfonts
|
||||||
|
];
|
||||||
|
fonts.fontDir.enable = true;
|
||||||
commonPackages = with pkgs; [
|
commonPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
busybox
|
busybox
|
||||||
|
|||||||
@@ -40,6 +40,8 @@
|
|||||||
arandr
|
arandr
|
||||||
flameshot
|
flameshot
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
|
anki-bin
|
||||||
|
mpv
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.luca = {
|
home-manager.users.luca = {
|
||||||
@@ -73,6 +75,13 @@
|
|||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
defaultWorkspace = "workspace number 1";
|
defaultWorkspace = "workspace number 1";
|
||||||
terminal = "alacritty";
|
terminal = "alacritty";
|
||||||
|
fonts = {
|
||||||
|
names = [
|
||||||
|
"Noto Sans"
|
||||||
|
"Noto Sans CJK JP"
|
||||||
|
];
|
||||||
|
size = 10.0;
|
||||||
|
};
|
||||||
keybindings =
|
keybindings =
|
||||||
let
|
let
|
||||||
modifier = config.xsession.windowManager.i3.config.modifier;
|
modifier = config.xsession.windowManager.i3.config.modifier;
|
||||||
|
|||||||
Reference in New Issue
Block a user