From e2b118b9a07bfb53203ebb503a86bdcdd6eaa457 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 23 Feb 2026 07:37:34 +0100 Subject: flake: update --- flake.nix | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index dd929b3..952c1b0 100644 --- a/flake.nix +++ b/flake.nix @@ -20,10 +20,14 @@ url = "git+https://git.nathanreiner.xyz/wofi-pass"; inputs.nixpkgs.follows = "nixpkgs"; }; + winapps = { + url = "github:winapps-org/winapps"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = - { nixpkgs, nixpkgs-unstable, webtray, ... }@attrs: + { nixpkgs, nixpkgs-unstable, webtray, winapps, ... }@attrs: let system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; @@ -45,14 +49,22 @@ nixpkgs.config.allowUnfree = true; } ) - ./hosts/${name} - ./common + ( + { pkgs, winapps, ... }: { + environment.systemPackages = [ + #winapps.packages."x86_64-linux".winapps + #winapps.packages."x86_64-linux".winapps-launcher # optional + ]; + } + ) + ./hosts/${name} + ./common ]; }; hosts = [ "template" - "nixedo" - "workstation" + "nixedo" + "workstation" ]; in { -- cgit v1.2.3-70-g09d2