home/programs: switch to equibop

This commit is contained in:
Anthony Rodriguez 2024-12-16 15:10:00 +01:00
parent 318b4f3bfa
commit 4bb5458008
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,8 +1,4 @@
{
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
./browsers
./media
@ -29,6 +25,7 @@
home.packages = with pkgs; [
cinny-desktop
entr
equibop
fractal
geary
gnome-control-center
@ -42,7 +39,6 @@
playerctl
proton-pass
simple-scan
vesktop
wl-clipboard
];
}