This commit is contained in:
Daniel Ziltener 2024-11-29 14:11:45 +01:00
parent db3dbb1ec4
commit 2d3897ebd6
Signed by: zilti
GPG key ID: B38976E82C9DAE42
2 changed files with 8 additions and 3 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732482255, "lastModified": 1732793095,
"narHash": "sha256-GUffLwzawz5WRVfWaWCg78n/HrBJrOG7QadFY6rtV8A=", "narHash": "sha256-6TrknJ8CpvSSF4gviQSeD+wyj3siRcMvdBKhOXkEMKU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a9953635d7f34e7358d5189751110f87e3ac17da", "rev": "2f7739d01080feb4549524e8f6927669b61c6ee3",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -94,6 +94,7 @@ args@{
ungoogled-chromium ungoogled-chromium
unzip unzip
usbutils usbutils
vdhcoapp
vlc vlc
wine64Packages.waylandFull wine64Packages.waylandFull
wlr-randr wlr-randr
@ -285,6 +286,7 @@ passwordeval "pass Privat/Mailaccount | head -n 1"
"org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/23.08" "org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/23.08"
"org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/24.08" "org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/24.08"
"com.stremio.Stremio" "com.stremio.Stremio"
"org.jdownloader.JDownloader"
]; ];
}; };
@ -689,6 +691,9 @@ passwordeval "pass Privat/Mailaccount | head -n 1"
profiles.default = { profiles.default = {
isDefault = true; isDefault = true;
}; };
nativeMessagingHosts = [
pkgs.vdhcoapp
];
}; };
programs.thunderbird = { programs.thunderbird = {