From 0a823bb2fade1f65d5826281c924d95cf0099311 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Tue, 2 Apr 2024 23:54:26 -0700 Subject: [PATCH] install wine --- hosts/goopnet-interface/default.nix | 2 ++ readme.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/goopnet-interface/default.nix b/hosts/goopnet-interface/default.nix index ea28776..4bcf29f 100755 --- a/hosts/goopnet-interface/default.nix +++ b/hosts/goopnet-interface/default.nix @@ -18,6 +18,8 @@ strace ltrace lsof # apps firefox mpv qalculate-gtk + # compatibility + wineWowPackages.waylandFull winetricks # misc bat file which tree yt-dlp ] ++ (with pkgs.my; [ diff --git a/readme.md b/readme.md index f654a5c..18f6fc5 100755 --- a/readme.md +++ b/readme.md @@ -16,4 +16,4 @@ each host should have these files: - move common config such as bootloader and networking settings to [`default.nix`](./default.nix) - flake-parts (hopefully we can merge the 2 repositories once we find a user solution) -- GOD DAMNIT!!! fonts installed @ [here (line 76)](./modules/desktop/fonts.nix) dont fucking install??? +- find out why nwg-drawer's overlay feature doesn't work... [log and see?](https://github.com/nwg-piotr/nwg-drawer?tab=readme-ov-file#logging) \ No newline at end of file