This commit is contained in:
2026-06-30 10:59:25 +09:00
parent 562e5d0e97
commit d0c05a7b85
16 changed files with 196 additions and 65 deletions
+14 -15
View File
@@ -35,16 +35,16 @@
};
};
packages = with pkgs; [
nerd-fonts._0xproto
nerd-fonts.fira-code
moralerspace
corefonts
gyre-fonts
ipafont
jigmo
moralerspace
nerd-fonts._0xproto
nerd-fonts.fira-code
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk-serif
corefonts
noto-fonts-color-emoji
];
};
@@ -72,24 +72,23 @@
environment.systemPackages = (with pkgs; [
alacritty
arandr
xfe
brightnessctl
feh
keepassxc
gnucash
owncloud-client
thunderbird
libreoffice-fresh
kdePackages.spectacle
fontconfig
kdePackages.gwenview
kdePackages.okular
kdePackages.polkit-kde-agent-1
fontconfig
brightnessctl
kdePackages.spectacle
keepassxc
libreoffice-fresh
owncloud-client
thunderbird-bin
xfe
]) ++ (with pkgs.skkDictionaries; [
l
emoji
edict
assoc
edict
emoji
itaiji
]);
}