chore: remove unused package
This commit is contained in:
parent
80901d2a10
commit
d7e6dd78e6
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
libreoffice
|
||||
|
@ -15,13 +11,8 @@
|
|||
rmapi
|
||||
# Design and simulate digital logic circuits
|
||||
logisim-evolution
|
||||
])
|
||||
++ [
|
||||
# Extract annotations (text highlights and scribbles)
|
||||
# and convert them to Markdown, PDF, PNG, and SVG
|
||||
inputs.remarks.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
]);
|
||||
|
||||
# Use our yubikey to login to university servers
|
||||
programs.ssh = {
|
||||
matchBlocks = {
|
||||
|
|
Loading…
Reference in a new issue