Files
dotfiles/config/home-manager/packages/common/hosts/mennos-cloud-server.nix
Menno van Leeuwen 9f8cca411a
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
feat: add mennos-cloud-server configuration and update related tasks
2025-03-12 11:12:22 +01:00

5 lines
71 B
Nix

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