mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
11 lines
97 B
Nix
11 lines
97 B
Nix
{ inputs, config, pkgs, lib, system, ... }:
|
|
{
|
|
|
|
|
|
|
|
modules.packagemanagers.appimage = true;
|
|
|
|
|
|
}
|
|
|