update hyrpland config
This commit is contained in:
@@ -91,12 +91,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
|
||||
bitwarden
|
||||
multi-account-containers
|
||||
zotero-connector
|
||||
unpaywall
|
||||
];
|
||||
extensions.packages =
|
||||
with inputs.firefox-addons.packages.${pkgs.system}; [
|
||||
bitwarden
|
||||
multi-account-containers
|
||||
zotero-connector
|
||||
unpaywall
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ libreoffice thunderbird marp-cli qpdf ];
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
hunspell
|
||||
hunspellDicts.id_ID
|
||||
hunspellDicts.en_US
|
||||
thunderbird
|
||||
marp-cli
|
||||
qpdf
|
||||
temurin-jre-bin
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user