feat: add initial configuration for mennos-desktop
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

This commit is contained in:
2025-07-15 22:52:33 +00:00
parent 0215fc18a0
commit 482d62dde4

View File

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