diff options
author | polwex <polwex@sortug.com> | 2025-05-15 01:55:55 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-15 01:55:55 +0700 |
commit | a437f5c99913ce624fed19225c1e551f4ebadddb (patch) | |
tree | 2f294526003783877c337a5f119ae8245cd191ba /hosts/local/gui.nix | |
parent | 3efdd55d5cc2e784c6934e9d133f16844c324aad (diff) |
m
Diffstat (limited to 'hosts/local/gui.nix')
-rw-r--r-- | hosts/local/gui.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix index d783f28..d95772b 100644 --- a/hosts/local/gui.nix +++ b/hosts/local/gui.nix @@ -1,4 +1,8 @@ -{pkgs, ...}: { +{ + inputs, + pkgs, + ... +}: { environment.systemPackages = with pkgs; [ obsidian imv @@ -47,5 +51,6 @@ wineWowPackages.staging dosbox siyuan + inputs.zen-browser.packages.${pkgs.system}.default ]; } |