Adding pass-autotype
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user