Flake update

This commit is contained in:
2025-11-06 16:04:01 +03:00
parent 0bb28c7644
commit d732a2ff44
2 changed files with 13 additions and 13 deletions

18
flake.lock generated
View File

@@ -28,11 +28,11 @@
]
},
"locked": {
"lastModified": 1762351818,
"narHash": "sha256-0ptUDbYwxv1kk/uzEX4+NJjY2e16MaAhtzAOJ6K0TG0=",
"lastModified": 1762367206,
"narHash": "sha256-c/164YOPkV09BH8KIUdvVvJs3VF2LNIbE2piKGgXPxk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "b959c67241cae17fc9e4ee7eaf13dfa8512477ea",
"rev": "af119feb17cb242398e0fb97f92b867d25882522",
"type": "github"
},
"original": {
@@ -77,11 +77,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1762336257,
"narHash": "sha256-2u5rstcMTqpAr4UF+exs5WGOT62VJRb4yauR6JJHJXs=",
"lastModified": 1762427122,
"narHash": "sha256-sQJuoiqsaIvKiIOmF/3FDV5dM2TGL2jBv1PeQSt83YE=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "d48e8f0e1691e0200a675c13df7c85e275090a15",
"rev": "24084931d8098fce300fabea9e48fa96292228d7",
"type": "github"
},
"original": {
@@ -109,11 +109,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1762349772,
"narHash": "sha256-ItRZP/bZ1cOL5kd70oyjR+9l9L32M2Zh6/ygZtrP1Jw=",
"lastModified": 1762432959,
"narHash": "sha256-nfUI22XVREMD1Xi3tBWzAwsnkEuJ78ZGoQrZodLJVBo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c4e9b72d0bf394509a3b2aff27be35b7e3c99b85",
"rev": "50cd4e6023384faaf37fc5e86f13a84bca9398ef",
"type": "github"
},
"original": {

View File

@@ -24,10 +24,10 @@
enableZshIntegration = true;
enableSshSupport = true;
enableScDaemon = true;
pinentryPackage = pkgs.pinentry-qt;
# extraConfig = lib.mkIf osConfig.services.desktopManager.plasma6.enable ''
# pinentry-program ${pkgs.kwalletcli}/bin/pinentry-kwallet
# '';
# pinentryPackage = pkgs.pinentry-qt;
extraConfig = lib.mkIf osConfig.services.desktopManager.plasma6.enable ''
pinentry-program ${pkgs.kwalletcli}/bin/pinentry-kwallet
'';
};
};
}