feat: Remove some extra home packages
This commit is contained in:
parent
b9908209c8
commit
93a661678e
1 changed files with 1 additions and 10 deletions
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
{lib, ...}: {
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = lib.youthlic.loadImports ./.;
|
imports = lib.youthlic.loadImports ./.;
|
||||||
config = {
|
config = {
|
||||||
youthlic.programs = {
|
youthlic.programs = {
|
||||||
|
|
@ -12,10 +8,5 @@
|
||||||
eza.enable = true;
|
eza.enable = true;
|
||||||
};
|
};
|
||||||
services.mpris-proxy.enable = true;
|
services.mpris-proxy.enable = true;
|
||||||
home.packages = with pkgs; [
|
|
||||||
spacer
|
|
||||||
devenv
|
|
||||||
just
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue