Files
dotfiles/config/home-manager/packages/common/hosts/mennos-desktop.nix
Menno van Leeuwen 482d62dde4
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 24s
Nix Format Check / check-format (push) Failing after 1m26s
Python Lint Check / check-python (push) Failing after 19s
feat: add initial configuration for mennos-desktop
2025-07-15 22:52:33 +00:00

5 lines
71 B
Nix

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