Files
dotfiles/home-modules/gimp.nix
Lennart J. Kurzweg (Nx2) f2dae2ee81 massive refactor
2026-01-13 00:35:27 +01:00

7 lines
79 B
Nix

{ pkgs, ... }@all: with all; {
home.packages = with pkgs; [
gimp
];
}