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, ... }: { lib, config, variant, pkgs, pkgs-24_05, pkgs-unstable, ... }:
{ {
home.packages = with pkgs; [ home.packages = (with pkgs; [
# betterbird
nsxiv nsxiv
libreoffice libreoffice
warpinator
keepassxc keepassxc
] ++ [ pkgs-24_05.betterbird ]; betterbird
]) ++ (if variant != "allegro" then [ pkgs.warpinator ] else []);
programs.mpv = { programs.mpv = {
enable = true; enable = true;
config = { config = {