mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
packages: Add sakaya
Useful for running wine applications inside systemd-nspawn containers.
This commit is contained in:
parent
750def0398
commit
a78cb283bf
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, lib, hyprland-plugins, ... }:
|
{ pkgs, lib, sakaya, hyprland-plugins, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
@ -11,6 +11,7 @@
|
|||||||
treefmt
|
treefmt
|
||||||
jamesdsp
|
jamesdsp
|
||||||
zbar
|
zbar
|
||||||
|
sakaya.packages.${pkgs.system}.sakaya
|
||||||
|
|
||||||
logseq
|
logseq
|
||||||
mullvad-browser
|
mullvad-browser
|
||||||
|
Loading…
Reference in New Issue
Block a user