flake update

This commit is contained in:
Xory 2026-01-04 00:26:00 +02:00
parent e209e98b4b
commit 37d83dd90f
6 changed files with 38 additions and 12 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, lib, inputs, ... }:
{ config, pkgs, pkgs-stable, lib, inputs, ... }:
{
@ -92,7 +92,7 @@
enable = true;
wrappedBinaries = {
vesktop = {
executable = "${pkgs.vesktop}/bin/vesktop";
executable = "${pkgs-stable.vesktop}/bin/vesktop";
profile = "${pkgs.firejail}/etc/firejail/vesktop.profile";
extraArgs = [
"--ignore=dbus-system"