This commit is contained in:
2026-03-23 23:30:03 +09:00
parent 52d1d2db18
commit 12c8cc4d69
14 changed files with 346 additions and 59 deletions

View File

@@ -41,13 +41,27 @@
};
};
environment.systemPackages = with pkgs; [
xdg.portal = {
enable = true;
};
environment.systemPackages = (with pkgs; [
alacritty
xfe
feh
keepassxc
gnucash
owncloud-client
thunderbird
libreoffice-fresh
kdePackages.spectacle
kdePackages.gwenview
kdePackages.okular
];
]) ++ (with pkgs.skkDictionaries; [
l
emoji
edict
assoc
itaiji
]);
}