feat: use device.is "name" instead of device.hasGui for most items

This commit is contained in:
uttarayan21
2025-08-04 10:21:35 +05:30
parent e6ea163b6d
commit 307bf69d86
10 changed files with 23 additions and 26 deletions

View File

@@ -9,7 +9,7 @@
programs = {
_1password-shell-plugins = {
# enable 1Password shell plugins for bash, zsh, and fish shell
enable = device.hasGui;
enable = device.is "ryu";
# the specified packages as well as 1Password CLI will be
# automatically installed and configured to use shell plugins
# plugins = with pkgs; [awscli2 cachix cargo];