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
1 changed files with 9 additions and 7 deletions

View File

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