This commit is contained in:
Peritia 2025-08-29 12:29:00 +02:00
commit 2278bffff9
77 changed files with 1174 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [
./flatpak.nix
./wireshark.nix
];
}