mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
9 lines
90 B
Nix
9 lines
90 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
grim
|
|
jq
|
|
slurp
|
|
swappy
|
|
];
|
|
}
|