.
This commit is contained in:
parent
db3dbb1ec4
commit
2d3897ebd6
2 changed files with 8 additions and 3 deletions
|
@ -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": {
|
||||
|
|
5
home.nix
5
home.nix
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue