use bottles instead

This commit is contained in:
OCbwoy3
2024-12-05 16:43:19 +02:00
parent d54b5cbc93
commit ec75655490
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
# Sadly, I don't know how to install flatpaks like this. # Sadly, I don't know how to install flatpaks like this.
services.flatpak.packages = [ services.flatpak.packages = [
# "com.usebottles.bottles"
# { flatpakref = "https://sober.vinegarhq.org/sober.flatpakref"; sha256 = "0"; } # { flatpakref = "https://sober.vinegarhq.org/sober.flatpakref"; sha256 = "0"; }
]; ];
@@ -60,7 +61,7 @@
libsForQt5.lightly libsForQt5.lightly
kdePackages.qt6ct kdePackages.qt6ct
lightly-qt lightly-qt
(pkgs.callPackage ./apps/crossover.nix {}) # (pkgs.callPackage ./apps/crossover.nix {})
]; ];
# CHANGE YOUR NAME IN HOME MANAGER! # CHANGE YOUR NAME IN HOME MANAGER!

View File

@@ -35,6 +35,7 @@
(python3.withPackages (subpkgs: with subpkgs; [ (python3.withPackages (subpkgs: with subpkgs; [
requests requests
pypresence pypresence
pygobject3
])) ]))
wrangler wrangler
thefuck thefuck