11 lines
157 B
Nix
11 lines
157 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
vscode-fhs
|
|
libreoffice-qt
|
|
hunspell
|
|
hunspellDicts.ru_RU
|
|
telegram-desktop
|
|
krita
|
|
];
|
|
}
|