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