flake update
This commit is contained in:
parent
e209e98b4b
commit
37d83dd90f
6 changed files with 38 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue