I’ve tried
environment.systemPackages = with pkgs; [
# ...
1password
];
and
environment.systemPackages = with pkgs; [
# ...
"1password"
];
But neither work. How to specify packages whose names begin with numerals?
I’ve tried
environment.systemPackages = with pkgs; [
# ...
1password
];
and
environment.systemPackages = with pkgs; [
# ...
"1password"
];
But neither work. How to specify packages whose names begin with numerals?
If you look in all-packages.nix
you will see that it’s called _1password
.