+nyxt +pass-import

This commit is contained in:
m3tam3re 2023-06-15 14:51:57 +02:00
parent c5b4727a7a
commit 80c1f85681
3 changed files with 12 additions and 12 deletions

View File

@ -49,11 +49,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1683779844, "lastModified": 1686747123,
"narHash": "sha256-sIeOU0GsCeQEn5TpqE/jFRN4EGsPsjqVRsPdrzIDABM=", "narHash": "sha256-XUQK9kwHpTeilHoad7L4LjMCCyY13Oq383CoFADecRE=",
"owner": "serokell", "owner": "serokell",
"repo": "deploy-rs", "repo": "deploy-rs",
"rev": "c80189917086e43d49eece2bd86f56813500a0eb", "rev": "724463b5a94daa810abfc64a4f87faef4e00f984",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -106,11 +106,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685573051, "lastModified": 1686778999,
"narHash": "sha256-zrpbdQVJFpNVFK3SlA6mE0le8qnKjUjcuY4OzL+wSHw=", "narHash": "sha256-3qBtOJdznerw33LgwJTSUL6u8/j1Ot83fcc0f6oHKmk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3876cc613ac3983078964ffb5a0c01d00028139e", "rev": "e0034971f9def16bbc32124147787bc0f09f0e59",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -153,11 +153,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1685383865, "lastModified": 1686592866,
"narHash": "sha256-3uQytfnotO6QJv3r04ajSXbEFMII0dUtw0uqYlZ4dbk=", "narHash": "sha256-riGg89eWhXJcPNrQGcSwTEEm7CGxWC06oSX44hajeMw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce", "rev": "0eeebd64de89e4163f4d3cf34ffe925a5cf67a05",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -12,7 +12,7 @@ in {
programs.password-store = { programs.password-store = {
enable = true; enable = true;
package = pkgs.pass.withExtensions (exts: [ exts.pass-otp ]); package = pkgs.pass.withExtensions (exts: [ exts.pass-otp exts.pass-import ]);
}; };
programs.gpg = { enable = true; }; programs.gpg = { enable = true; };
services.gpg-agent = { services.gpg-agent = {
@ -20,6 +20,7 @@ in {
defaultCacheTtl = 1800; defaultCacheTtl = 1800;
enableSshSupport = true; enableSshSupport = true;
}; };
programs.browserpass.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
pinentry pinentry
]; ];

View File

@ -66,8 +66,8 @@
hyprpaper hyprpaper
pamixer pamixer
pavucontrol pavucontrol
picom
libsForQt5.qtstyleplugins libsForQt5.qtstyleplugins
nyxt
qt5ct qt5ct
rustdesk rustdesk
tor-browser-bundle-bin tor-browser-bundle-bin
@ -81,7 +81,6 @@
wlogout wlogout
wtype wtype
xdg-utils xdg-utils
xdotool
ydotool ydotool
zip zip
]; ];