nix-dotfiles/home-manager/modules/gremlin.nix
alsaiduq-lab ec3d8e3a52 updates
too lazy to write a proper message but this fixes the greeter
2025-12-31 17:52:47 -07:00

5 lines
73 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
desktop-gremlin
];
}