mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-01-28 02:58:42 +08:00
6 lines
68 B
Nix
6 lines
68 B
Nix
{ pkgs, ... }:
|
|
{
|
|
programs.aseprite = {
|
|
enable = true;
|
|
};
|
|
}
|