diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-11 08:45:36 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-11 08:45:36 +0100 |
| commit | 073f516d74404bc77e056204ce3510fd391c54f1 (patch) | |
| tree | 09a001675dd0ed660ddcd9feb4e3238f33d21c72 /flake.nix | |
| parent | b834c69d9c8dca7544498fac68bfa9205c208bff (diff) | |
winapps: remove
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -20,14 +20,10 @@ 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, winapps, ... }@attrs: + { nixpkgs, nixpkgs-unstable, webtray, ... }@attrs: let system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; @@ -49,14 +45,6 @@ nixpkgs.config.allowUnfree = true; } ) - ( - { pkgs, winapps, ... }: { - environment.systemPackages = [ - #winapps.packages."x86_64-linux".winapps - #winapps.packages."x86_64-linux".winapps-launcher # optional - ]; - } - ) ./hosts/${name} ./common ]; |