Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat(virtualisation): Added waydroid chore(structure): moved all individual home.packages into their own files
6 lines
66 B
Nix
6 lines
66 B
Nix
{pkgs, ...}: {
|
|
home.packages = [
|
|
pkgs._1password-cli
|
|
];
|
|
}
|