remove last building?

This commit is contained in:
Tao Tien 2026-06-09 22:57:19 -07:00
parent 19eaeb8c8a
commit 2a2308131d
4 changed files with 39 additions and 30 deletions

View file

@ -8,24 +8,27 @@
pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
in {
users.users.vy.packages =
(with pkgs-last-building; [
oculante # https://nixpk.gs/pr-tracker.html?pr=502921
])
++ (with pkgs; [
audacity
cosmic-store
google-chrome
jellyfin-media-player
onlyoffice-desktopeditors
rnote
signal-desktop
signal-desktop
snapper
syncthingtray
toastify
yt-dlp
zoom-us
]);
/*
(with pkgs-last-building; [
oculante # https://nixpk.gs/pr-tracker.html?pr=502921
])
++ (
*/
with pkgs; [
audacity
cosmic-store
google-chrome
jellyfin-media-player
onlyoffice-desktopeditors
rnote
signal-desktop
signal-desktop
snapper
syncthingtray
toastify
yt-dlp
zoom-us
];
programs.kdeconnect.enable = true;
services.flatpak.enable = true;