Dmitriy Kholkin e965d93842
Some checks failed
Build ISO / build (push) Has been cancelled
huge cleanup and refactoring
2024-01-21 19:29:36 +03:00

6 lines
87 B
Nix

{ config, lib, pkgs, ... }: {
imports = [
./pipewire.nix
./easyeffects
];
}