feat: Remove some extra home packages

This commit is contained in:
ulic-youthlic 2025-11-11 18:11:23 +08:00
parent b9908209c8
commit 93a661678e
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -1,8 +1,4 @@
{
lib,
pkgs,
...
}: {
{lib, ...}: {
imports = lib.youthlic.loadImports ./.;
config = {
youthlic.programs = {
@ -12,10 +8,5 @@
eza.enable = true;
};
services.mpris-proxy.enable = true;
home.packages = with pkgs; [
spacer
devenv
just
];
};
}