global/packages: make some packages graphical-only
This commit is contained in:
parent
d182b58912
commit
f0017d381e
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
# Use the latest Linux kernel
|
# Use the latest Linux kernel
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
@ -24,7 +24,6 @@
|
||||||
exa
|
exa
|
||||||
exfat # Windows drives
|
exfat # Windows drives
|
||||||
fd
|
fd
|
||||||
ffmpeg
|
|
||||||
frei
|
frei
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
|
@ -58,7 +57,10 @@
|
||||||
whois
|
whois
|
||||||
xxHash
|
xxHash
|
||||||
yq
|
yq
|
||||||
yt-dlp
|
|
||||||
zip
|
zip
|
||||||
];
|
] ++ (lib.optionals config.info.graphical (with pkgs; [
|
||||||
|
ffmpeg
|
||||||
|
mpv
|
||||||
|
yt-dlp
|
||||||
|
]));
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,8 +48,6 @@ in
|
||||||
(ifGraphical [
|
(ifGraphical [
|
||||||
speedcrunch
|
speedcrunch
|
||||||
|
|
||||||
mpv
|
|
||||||
|
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
|
|
||||||
krita
|
krita
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue