updated configs, added AI to waku
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
xkb = {
|
||||
layout = "us";
|
||||
};
|
||||
resolutions = [
|
||||
{ x = 1920; y = 1080; }
|
||||
{ x = 2560; y = 1600; }
|
||||
];
|
||||
dpi = 96;
|
||||
displayManager.lightdm = {
|
||||
enable = true;
|
||||
@@ -30,6 +26,31 @@
|
||||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
fontDir.enable = true;
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
emoji = [ "Noto Color Emoji" ];
|
||||
monospace = [ "Moralerspace Argon" ];
|
||||
sansSerif = [ "Noto Sans" ];
|
||||
serif = [ "Noto Serif" ];
|
||||
};
|
||||
};
|
||||
packages = with pkgs; [
|
||||
nerd-fonts._0xproto
|
||||
nerd-fonts.fira-code
|
||||
moralerspace
|
||||
gyre-fonts
|
||||
ipafont
|
||||
jigmo
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
corefonts
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
};
|
||||
|
||||
services.libinput = lib.mkDefault {
|
||||
enable = true;
|
||||
touchpad = {
|
||||
@@ -57,6 +78,7 @@
|
||||
kdePackages.spectacle
|
||||
kdePackages.gwenview
|
||||
kdePackages.okular
|
||||
fontconfig
|
||||
]) ++ (with pkgs.skkDictionaries; [
|
||||
l
|
||||
emoji
|
||||
|
||||
Reference in New Issue
Block a user