From ec756554907c0a3901d2098f4c86117a0772c079 Mon Sep 17 00:00:00 2001 From: OCbwoy3 <95974645+ocbwoy3@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:43:19 +0200 Subject: [PATCH] use bottles instead --- hosts/default/configuration.nix | 3 ++- hosts/default/packages.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 7a7e651..bb2bef6 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -31,6 +31,7 @@ # Sadly, I don't know how to install flatpaks like this. services.flatpak.packages = [ + # "com.usebottles.bottles" # { flatpakref = "https://sober.vinegarhq.org/sober.flatpakref"; sha256 = "0"; } ]; @@ -60,7 +61,7 @@ libsForQt5.lightly kdePackages.qt6ct lightly-qt - (pkgs.callPackage ./apps/crossover.nix {}) + # (pkgs.callPackage ./apps/crossover.nix {}) ]; # CHANGE YOUR NAME IN HOME MANAGER! diff --git a/hosts/default/packages.nix b/hosts/default/packages.nix index 59a0efe..644c8e3 100644 --- a/hosts/default/packages.nix +++ b/hosts/default/packages.nix @@ -35,6 +35,7 @@ (python3.withPackages (subpkgs: with subpkgs; [ requests pypresence + pygobject3 ])) wrangler thefuck