mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-10 04:44:08 -04:00
5 lines
59 B
Nix
5 lines
59 B
Nix
{pkgs, ...}: {
|
|
home.packages = [
|
|
pkgs.ferdium
|
|
];
|
|
}
|