chore: remove unused package
This commit is contained in:
parent
80901d2a10
commit
d7e6dd78e6
|
@ -1,8 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
libreoffice
|
libreoffice
|
||||||
|
@ -15,13 +11,8 @@
|
||||||
rmapi
|
rmapi
|
||||||
# Design and simulate digital logic circuits
|
# Design and simulate digital logic circuits
|
||||||
logisim-evolution
|
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
|
# Use our yubikey to login to university servers
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
|
Loading…
Reference in a new issue