📦 Updated packages, protonmail and freetube on unstable

This commit is contained in:
Martin Berg Alstad 2025-02-27 18:44:59 +01:00
parent 056012a288
commit 5a36e23ae7
Signed by: martials
GPG Key ID: 706F53DD087A91DE
3 changed files with 10 additions and 7 deletions

View File

@ -42,7 +42,7 @@ in
xdg-utils
xdg-desktop-portal
xdg-desktop-portal-gtk
protonmail-desktop
unstable.protonmail-desktop
stremio
fastfetch
discord

12
flake.lock generated
View File

@ -314,11 +314,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1739446958,
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
"lastModified": 1740560979,
"narHash": "sha256-Vr3Qi346M+8CjedtbyUevIGDZW8LcA1fTG0ugPY/Hic=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2ff53fe64443980e139eaa286017f53f88336dd0",
"rev": "5135c59491985879812717f4c9fea69604e7f26f",
"type": "github"
},
"original": {
@ -500,11 +500,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1739582274,
"narHash": "sha256-qDVcTrCMixPzxb9rzgTXkHaF9jxz6ptmGbuzO6RhAhc=",
"lastModified": 1740554227,
"narHash": "sha256-xpwZeMw2gGenixGQDyVv+ja+epcR+EJ1BPuGFdgFS18=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "66976a3e4a8ee9bf29f89c81b48b4f4126c619e3",
"rev": "7de16ae319e6f6852274fa90b0d41c00049767c9",
"type": "github"
},
"original": {

View File

@ -1,8 +1,11 @@
{ pkgs, ... }:
{
catppuccin.freetube.enable = true;
programs.freetube = {
enable = true;
package = pkgs.unstable.freetube;
settings = {
allowDashAv1Formats = true;
checkForUpdates = false;