Adding pass-autotype
This commit is contained in:
9
home.nix
9
home.nix
@@ -1,4 +1,10 @@
|
||||
{ lib, config, pkgs, hyprland-toggle-tiling, legacy-launcher, ... }:
|
||||
{ lib,
|
||||
config,
|
||||
pkgs,
|
||||
hyprland-toggle-tiling,
|
||||
legacy-launcher,
|
||||
pass-autotype,
|
||||
... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -9,6 +15,7 @@
|
||||
homeDirectory = "/home/typo";
|
||||
stateVersion = "25.11";
|
||||
packages = with pkgs; [
|
||||
pass-autotype
|
||||
winbox4
|
||||
legacy-launcher
|
||||
hyprland-toggle-tiling
|
||||
|
||||
Reference in New Issue
Block a user