remove last building?
This commit is contained in:
parent
19eaeb8c8a
commit
2a2308131d
4 changed files with 39 additions and 30 deletions
39
users/vy.nix
39
users/vy.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue