warpinator not in allegro

This commit is contained in:
Antoine Vaure 2024-10-21 01:12:22 +02:00
parent 2ae1cbd43b
commit 536b416619

View file

@ -1,12 +1,12 @@
{ lib, config, variant, pkgs, pkgs-24_05, pkgs-unstable, ... }:
{
home.packages = with pkgs; [
# betterbird
home.packages = (with pkgs; [
nsxiv
libreoffice
warpinator
keepassxc
] ++ [ pkgs-24_05.betterbird ];
betterbird
]) ++ (if variant != "allegro" then [ pkgs.warpinator ] else []);
programs.mpv = {
enable = true;
config = {