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": {
"lastModified": 1732482255,
"narHash": "sha256-GUffLwzawz5WRVfWaWCg78n/HrBJrOG7QadFY6rtV8A=",
"lastModified": 1732793095,
"narHash": "sha256-6TrknJ8CpvSSF4gviQSeD+wyj3siRcMvdBKhOXkEMKU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "a9953635d7f34e7358d5189751110f87e3ac17da",
"rev": "2f7739d01080feb4549524e8f6927669b61c6ee3",
"type": "github"
},
"original": {

View file

@ -94,6 +94,7 @@ args@{
ungoogled-chromium
unzip
usbutils
vdhcoapp
vlc
wine64Packages.waylandFull
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/24.08"
"com.stremio.Stremio"
"org.jdownloader.JDownloader"
];
};
@ -689,6 +691,9 @@ passwordeval "pass Privat/Mailaccount | head -n 1"
profiles.default = {
isDefault = true;
};
nativeMessagingHosts = [
pkgs.vdhcoapp
];
};
programs.thunderbird = {