mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
6 lines
68 B
Nix
6 lines
68 B
Nix
{ pkgs, ... }:
|
|
{
|
|
programs.aseprite = {
|
|
enable = true;
|
|
};
|
|
}
|