Adding pass-autotype

This commit is contained in:
2026-04-12 17:09:00 +02:00
parent 040c6e8b31
commit cca943c25c
4 changed files with 78 additions and 15 deletions

View File

@@ -1,4 +1,10 @@
{ pkgs, pkgs-unstable, hyprland-toggle-tiling, legacy-launcher, lib, ... }:
{ pkgs,
pkgs-unstable,
hyprland-toggle-tiling,
legacy-launcher,
pass-autotype,
lib,
... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@@ -67,7 +73,10 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = {
inherit hyprland-toggle-tiling legacy-launcher;
inherit
hyprland-toggle-tiling
legacy-launcher
pass-autotype;
};
users.typo = import ../home.nix;