Auto-commit: 2026-01-05 18:49:59

This commit is contained in:
2026-01-05 18:49:59 +00:00
parent 94f1b73f32
commit 7314a42514

View File

@@ -1,8 +1,4 @@
{ pkgs, ...}:
{
nixpkgs.config.allowUnfree = true;
services.easyeffects = {
enable = true;
};
home.packages = [ pkgs.gcr ]; # Provides org.gnome.keyring.SystemPrompter
}