warpinator not in allegro
This commit is contained in:
parent
2ae1cbd43b
commit
536b416619
1 changed files with 4 additions and 4 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue