feat: add fonts
This commit is contained in:
@@ -8,6 +8,16 @@
|
||||
};
|
||||
};
|
||||
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; [
|
||||
wget
|
||||
busybox
|
||||
|
||||
@@ -40,6 +40,8 @@
|
||||
arandr
|
||||
flameshot
|
||||
jellyfin-media-player
|
||||
anki-bin
|
||||
mpv
|
||||
];
|
||||
|
||||
home-manager.users.luca = {
|
||||
@@ -73,6 +75,13 @@
|
||||
modifier = "Mod4";
|
||||
defaultWorkspace = "workspace number 1";
|
||||
terminal = "alacritty";
|
||||
fonts = {
|
||||
names = [
|
||||
"Noto Sans"
|
||||
"Noto Sans CJK JP"
|
||||
];
|
||||
size = 10.0;
|
||||
};
|
||||
keybindings =
|
||||
let
|
||||
modifier = config.xsession.windowManager.i3.config.modifier;
|
||||
|
||||
Reference in New Issue
Block a user