fix: add mennos-cachyos-laptop host to configurations
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 45s
Nix Format Check / check-format (push) Failing after 2m20s
Python Lint Check / check-python (push) Failing after 31s

This commit is contained in:
2025-07-18 14:30:59 +02:00
parent 085d037f77
commit 2c3159729b
7 changed files with 26 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs-unstable, ... }:
{
home.packages = with pkgs-unstable; [ ];
}