too lazy to write a proper message but this fixes the greeter
This commit is contained in:
alsaiduq-lab 2025-12-31 17:52:47 -07:00
parent 4459f75c75
commit ec3d8e3a52
11 changed files with 148 additions and 76 deletions

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
desktop-gremlin
];
}