Start to split out linux-only

This commit is contained in:
Peter Selby 2023-11-06 19:32:42 -08:00
parent df25e8751e
commit 1b2195b156

View File

@ -33,20 +33,21 @@ let
gui-packages = with pkgs; [ gui-packages = with pkgs; [
exodus exodus
firefox firefox
gnome.gnome-tweaks
google-chrome
imagemagick imagemagick
jq jq
minecraft minecraft
mplayer
nyxt nyxt
openttd openttd
pv pv
redshift
signal-desktop signal-desktop
spotify spotify
] ++ (optionals isLinux [
gnome.gnome-tweaks
google-chrome
mplayer
redshift
xclip xclip
]; ]);
common-packages = with pkgs; [ common-packages = with pkgs; [
ant ant
@ -59,7 +60,6 @@ let
cdrtools cdrtools
cargo cargo
clojure clojure
clj2nix
cmake cmake
curl curl
enca enca
@ -109,7 +109,9 @@ let
asuka asuka
kristall kristall
castor castor
]; ] ++ (optionals isLinux [
clj2nix
]);
ensure-directories = [ ".emacs.d/.local/etc/eshell" ]; ensure-directories = [ ".emacs.d/.local/etc/eshell" ];