Start to split out linux-only
This commit is contained in:
parent
df25e8751e
commit
1b2195b156
16
niten.nix
16
niten.nix
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue