Files
dotfiles/config/home-manager/packages/common/hosts/mennos-cachyos-desktop.nix
Menno van Leeuwen 085d037f77
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 48s
Nix Format Check / check-format (push) Failing after 1m49s
Python Lint Check / check-python (push) Failing after 33s
cachyos compatibility
2025-07-18 10:13:33 +02:00

5 lines
71 B
Nix

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