mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 20:50:47 +03:00
13 lines
90 B
Nix
13 lines
90 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
xlib,
|
|
inputs,
|
|
...
|
|
}:
|
|
{
|
|
home.packages = [
|
|
pkgs.gimp
|
|
];
|
|
}
|